I am writing a program that uses the PIC16F18857.
After the compilation it shows me the available ram of the chip in 2K.
From the datasheet they are 4K instead.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am writing a program that uses the PIC16F18857.
After the compilation it shows me the available ram of the chip in 2K.
From the datasheet they are 4K instead.
Hi
What is the version of compiler?
And, the header info from the 16f18857.dat file
Found the issue here. There was an error in the source database file.
Download the corrected file from here:
https://sourceforge.net/p/gcbasic/code/HEAD/tree/GCBASIC/trunk/chipdata/16f18857.dat
Thanks