Search found 27 matches

by ua100k
16 Jun 2021 16:31
Forum: FT90x PRO Compilers
Topic: Bug in compiler - yet another one that will not be fixed as this is being abandoned.
Replies: 1
Views: 1450

Bug in compiler - yet another one that will not be fixed as this is being abandoned.

For some reason under certain coding, the compile wants to put in a main() statement in the place of a //**** Start of Global Defines ****

this will delete the comment and insert another main().

I wish they would fix bugs.
by ua100k
09 May 2021 12:42
Forum: mikroC PRO for FT90x General
Topic: Yet another bug that will not be fixed. Resource collection jpg not supported
Replies: 1
Views: 2198

Yet another bug that will not be fixed. Resource collection jpg not supported

The MikroC PRO for FT90x manual says the recorce collection will accept jpg and other types.

But yet when you try to upload a jpg it says "Unsupported image format"

What is the point of new tools like Necto that will also have so many bugs that will not be fixed?
by ua100k
23 Mar 2021 17:45
Forum: mikroC PRO for FT90x General
Topic: Stopping Libstock Manager from loading
Replies: 1
Views: 1259

Stopping Libstock Manager from loading

How do I stop libstock manager from loading.

I have unchecked this from the view menu but this is the only item mikroC Pro does not remember.

This slows down the opening of this IDE by a lot and it is useless as I don't use it.

the user should be allowed to choose whether this is loaded or not.
by ua100k
28 Jan 2021 23:42
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: MCP23017 Problem
Replies: 15
Views: 6809

Re: MCP23017 Problem

I am using MikroeC Pro for FT813 and having the same problem. The read fails. I do a read for 20 times and I can see the mcp23017 incrementing the registers to be read. However the way it should work is the read should be directly on the register of the first write. There is something wrong with the...
by ua100k
26 Dec 2020 12:07
Forum: Mikromedia
Topic: Mikromedia 7 CAPACITIVE
Replies: 21
Views: 10343

Re: Mikromedia 7 CAPACITIVE

I have not purchased this board as I tried the earlier design which is similar to this and there display update is very slow and there is screen tearing in your demo software already. So it would seem the GRAM and the update timing is not correct. Even if there are a lot of functions, this limits an...
by ua100k
25 Dec 2020 14:59
Forum: mikroProg™ programmer and debugger
Topic: Impossible to connect HMI 43R with mikroProg
Replies: 8
Views: 4585

Re: Impossible to connect HMI 43R with mikroProg

Hi Filip, I have now been able to duplicate the problem for you. I have 2 mikroprog - A and B. 1. with all the mikroprog disconnected, I delete all the com ports. So there are no com ports. You have to check view-hidden device to show all ports defined but not used. 2. Plug mikroprog A into USB. I g...
by ua100k
25 Dec 2020 14:35
Forum: mikroProg™ programmer and debugger
Topic: Impossible to connect HMI 43R with mikroProg
Replies: 8
Views: 4585

Re: Impossible to connect HMI 43R with mikroProg

Please let me add more information to share the frustration. The same mikroC Pro installation on one computer works without any issues. The other computer has this error. The only difference is the Port numbers for the mikroeprog. This could point to a computer issue but there is direction to check ...
by ua100k
25 Dec 2020 13:47
Forum: mikroProg™ programmer and debugger
Topic: Impossible to connect HMI 43R with mikroProg
Replies: 8
Views: 4585

Re: Impossible to connect HMI 43R with mikroProg

Hi Filip, I am not able to duplicate this reliably - that is to get it to work. So far once it work, and that was with a fresh reinstall. After that it stopped working again. I have 2 computers. Both have the same version of Windows 10. Both are identical. I used one for mostly develpment and the ot...
by ua100k
05 Dec 2020 18:08
Forum: mikroProg™ programmer and debugger
Topic: Impossible to connect HMI 43R with mikroProg
Replies: 8
Views: 4585

Re: Impossible to connect HMI 43R with mikroProg

Hi I am facing the same problem now on 1 of my computers. Everything works on the other computer.

Can you tell me what your solution was? Thank you.
by ua100k
23 May 2020 17:50
Forum: IDE Wish List
Topic: NECTO Studio: what it means for current IDE users?
Replies: 22
Views: 7845

Re: NECTO Studio: what it means for current IDE users?

I have to very much agree with this post. I am still dealing with bugs in the MikroC Pro that will never get fix and here is a new IDE that I have to shift to with more bugs then the previous IDE. The pace of fixing bugs is very slow. It seems Mikroe is more interested in introducing more click boar...
by ua100k
24 Oct 2019 15:31
Forum: mikroC PRO for PIC General
Topic: Aligned attribute
Replies: 3
Views: 1198

Re: Aligned attribute

So it seems there is a compiler bug that does not allow you to use the Aligned or the __attribute__ directive.

Here is a work around for the 4 byte alignment.

long temp; // this will align the variable on the 4 bytes.
by ua100k
24 Oct 2019 12:40
Forum: mikroC PRO for PIC General
Topic: Aligned attribute
Replies: 3
Views: 1198

Re: Aligned attribute

I have the same issue. the complier does not understand aligned or __attribute__

FT900 MikroProC.
by ua100k
02 Jul 2019 01:36
Forum: Mikromedia
Topic: Mikromedia 7 CAPACITIVE
Replies: 21
Views: 10343

Re: Mikromedia 7 CAPACITIVE

It is very sad that you are putting out products without improving on your documentation which is very bad.
by ua100k
02 Jun 2019 02:37
Forum: Visual TFT General
Topic: Simple drawing commands for FT813 HMI-50C display
Replies: 1
Views: 1221

Simple drawing commands for FT813 HMI-50C display

HI I am trying to draw simple images on the screen as a test. I am not able to draw even a simple circle. I don't find any further documentation on the details of how to do this also. Here is the code. How do I use these commands to draw a simple circle. void main() { InitVTFTStack(); while (1) { Pr...
by ua100k
16 May 2019 21:16
Forum: Visual TFT General
Topic: Radio Button Not working.
Replies: 1
Views: 1098

Radio Button Not working.

The radio button can be set up so that it is not pressed by default. When it is pressed, the center changed color as expected. But when pressed again, the color stays as if it was pressed. The center color does not change. Attached are 5 buttons with default not pressed. When press them you cannot t...

Go to advanced search