Hello to all the experts ...
I tried to covert a small program from 16C57 to 16F57.
Using
#chip 16F57, 4
I get the error message 'no chipdata for 16F57...'
Using
#chip 16F5X, 4
I get the error message 'Error: Excessive RAM usage!...'
Checking with the original program, I can see that only about 30% of memory space is used and
there are only two variables used, both defined as byte.
So, I guess there might be something wrong with the .dat-files ?
regards,
Reelf
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
GCBASIC did not have a chip data file for the 16F57, or several other 16F5x chips. However, I've now created these files and uploaded them here: http://gcbasic.sourceforge.net/chipdata
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello to all the experts ...
I tried to covert a small program from 16C57 to 16F57.
Using
#chip 16F57, 4
I get the error message 'no chipdata for 16F57...'
Using
#chip 16F5X, 4
I get the error message 'Error: Excessive RAM usage!...'
Checking with the original program, I can see that only about 30% of memory space is used and
there are only two variables used, both defined as byte.
So, I guess there might be something wrong with the .dat-files ?
regards,
Reelf
GCBASIC did not have a chip data file for the 16F57, or several other 16F5x chips. However, I've now created these files and uploaded them here: http://gcbasic.sourceforge.net/chipdata
Great ! I'll give it a try at once.
regards,
Reelf