I compiled one of the demonstration files for the AVR128DA48. I noticed it compiled as Program Memory: 174/16384 words (1.06%). The chip file shows Prog=16384. This is a 128KB part. I think the chip files have the wrong Prog= for all the larger flash chips in this series.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I compiled one of the demonstration files for the AVR128DA48. I noticed it compiled as Program Memory: 174/16384 words (1.06%). The chip file shows Prog=16384. This is a 128KB part. I think the chip files have the wrong Prog= for all the larger flash chips in this series.
Do me a favor. Can you scan across all that chip family? use this as the reference https://github.com/GreatCowBASIC/DATFileGenerator/blob/main/avr%20chipdata.csv
I went through all the AVR family in the chip data files. The AVR128's and AVR64's are all wrong, just show 16384. The 16's and 32's are correct.
Thank you. I will update the dataset and regen. I will then republish.
Thank you for your help.