We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I viewed one of my the *.lst file to determine the code size. Here are what listed: Static Overlayable Code size 46267 -- Constant size 8042 -- xdata size 21 832 pdata size -- -- data size 20 -- idata size -- -- Based on the above, what are the ACTUAL code size. I am using a processor that has 64K of flash. Am I near the limit now? Thanks in advance Jimmy
Code and Constant data are stored in ROM. Therefore, the total ROM size that is required is 46267+8042. Jon