Author |
Message |
Topic: write_configuration_memory() compilation error |
ftoffolon
Replies: 13
Views: 27434
|
Forum: General CCS C Discussion Posted: Fri Jul 22, 2016 5:29 am Subject: write_configuration_memory() compilation error |
Hi Ttelmah,
Finally I've found time to test your procedure. Unfortunately has no success. I've checked an old porject I've done with PIC16F1825, where I've implemented my proceudre to write User ID ... |
Topic: write_configuration_memory() compilation error |
ftoffolon
Replies: 13
Views: 27434
|
Forum: General CCS C Discussion Posted: Thu Jul 14, 2016 3:45 am Subject: write_configuration_memory() compilation error |
Thank you very much Ttelmah,
this week I'm fully involved into other project but next one I'll try your example.
Regards |
Topic: write_configuration_memory() compilation error |
ftoffolon
Replies: 13
Views: 27434
|
Forum: General CCS C Discussion Posted: Wed Jul 13, 2016 1:55 am Subject: write_configuration_memory() compilation error |
Hi,
to temtronic :
on PIC16F18325 datasheet (last release), after row FSR/INDF indirect access (read-only) you find :
. NVMREG access (Section 10.4 “NVMREG Access")
that explain how t ... |
Topic: write_configuration_memory() compilation error |
ftoffolon
Replies: 13
Views: 27434
|
Forum: General CCS C Discussion Posted: Tue Jul 12, 2016 10:34 am Subject: write_configuration_memory() compilation error |
Sorry RF_Developer but on compiler (rel. 5.061) documentation of write_configuration_memory() says that, on Enhanced16, I can use it for User ID memory, and microcontroller datasheet says it's writabl ... |
Topic: write_configuration_memory() compilation error |
ftoffolon
Replies: 13
Views: 27434
|
Forum: General CCS C Discussion Posted: Tue Jul 12, 2016 8:36 am Subject: write_configuration_memory() compilation error |
My device table says that I can also write on user id area (0x8000-0x8003).
I've also tried to put optional 1st parameter to zero, so no offset 'cause the user id area is on 1st address of configurat ... |
Topic: write_configuration_memory() compilation error |
ftoffolon
Replies: 13
Views: 27434
|
Forum: General CCS C Discussion Posted: Tue Jul 12, 2016 6:49 am Subject: write_configuration_memory() compilation error |
Hi,
I've have to write on user ID area a checksum code for bootloading reason. Normally in my previous PIC18 and PIC16 designs I use write_program_eeprom API and it works as expected. Now I'm approac ... |
Topic: problem with uart |
ftoffolon
Replies: 9
Views: 20743
|
Forum: General CCS C Discussion Posted: Fri Jul 08, 2016 12:45 am Subject: problem with uart |
Thanks for support.
Example from Ttelmah works but also with #pragma. I use it because with IDE (Eclipse CDT) otherwise it propts errors.
My fault was not declaring UART1 as first parameter of #us ... |
Topic: problem with uart |
ftoffolon
Replies: 9
Views: 20743
|
Forum: General CCS C Discussion Posted: Fri Jul 01, 2016 7:24 am Subject: problem with uart |
Hi,
I'm using PIC16F18325 and CCS C 5.060.
I want to use HW UART but, despite no warnings or errors from compiler, it doesn't work. No frames go out and the interrupt isn't called if I try to send s ... |
|