Search found 7 matches

by HoloLAB
29 Jun 2023 09:33
Forum: mikroPascal PRO for PIC General
Topic: Compiler bug in passing var addresses before calling procedure ?
Replies: 4
Views: 1055

Re: Compiler bug in passing var addresses before calling procedure ?

Hi Mikroe Team,

Could you please answer to my question about the future of mikroPascal for PIC ?

IS IT A DEAD PRODUCT ?
SHALL WE SWITCH TO ANOTHER PRODUCT ?

Thanks.
by HoloLAB
06 Jan 2023 09:55
Forum: mikroPascal PRO for PIC General
Topic: Compiler bug in passing var addresses before calling procedure ?
Replies: 4
Views: 1055

Re: Compiler bug in passing var addresses before calling procedure ?

To Mikroe Team : As a delphi programmer, I really love Pascal (and hate C...). As a hobbyist fond of microcontrollers, when MikroPascal went into my life in 2012, it really was an amazing opportunity. Regarding the future of MikroPascal, last release was 4 years ago. And there are a lot of remaining...
by HoloLAB
06 Jan 2023 09:46
Forum: mikroPascal PRO for PIC General
Topic: Compiler bug in passing var addresses before calling procedure ?
Replies: 4
Views: 1055

Re: Compiler bug in passing var addresses before calling procedure ?

Dear Janni, thanks for the solution ! I had carefuly read all the documentation and bugs/quirks, but missed that information on global real... We still have big problems with the system we are currently developping. Last was a SPI OLED display sometimes no more displaying or displaying strange hiero...
by HoloLAB
02 Jan 2023 20:22
Forum: mikroPascal PRO for PIC General
Topic: Compiler bug in passing var addresses before calling procedure ?
Replies: 4
Views: 1055

Compiler bug in passing var addresses before calling procedure ?

First : Happy year++ ;) Hi, we are in a rush to deliver a product based on PIC18F66K80. My compiler rev is 7.6.0. Sometimes some floating point calculation results are corrupted. Powering OFF/ON the target sometimes fix the pb, sometimes not... Sometimes, adding some dummy instructions somewhere in ...
by HoloLAB
13 Jun 2014 15:44
Forum: mikroPascal PRO for PIC General
Topic: [FIXED] Unable to erase/write FLASH PIC 16F1455
Replies: 1
Views: 2511

Re: [FIXED] Unable to erase/write FLASH PIC 16F1455

Hello, Finally, it can work by changing the clock speed on the fly :D First of all, a simple procedure to set the clock to one of the 2 interesting frequencies (48Mhz mandatory for USB operation and 4MHz the highest frequency allowed for Flash programming) : procedure set_clock(f:byte); begin case f...
by HoloLAB
10 Jun 2014 22:46
Forum: mikroPascal PRO for PIC General
Topic: [FIXED] Unable to erase/write FLASH PIC 16F1455
Replies: 1
Views: 2511

[FIXED] Unable to erase/write FLASH PIC 16F1455

Hi, trying for now 4 days to self write into the program flash memory without any success, tonight GOD saved me ! I had the idea to have a look to the 16F1455 errata documentation on the microchip website. I discovered that the silicon Revision A2 could not self write if oscillator is higher than 4M...
by HoloLAB
08 Jun 2014 18:56
Forum: mikroPascal PRO for PIC General
Topic: Flash memory read/write
Replies: 1
Views: 2352

Re: Flash memory read/write

Hi all, there has been no answer to this post since 2010, but today I have exactly the same question for a 16F1455 device. I can erase a 32 word wise area using Flash_erase, but I can't write any byte or word at the same flash location : var block:array[32] of word; ... begin FLASH_Erase($1F80); // ...

Go to advanced search