Posted on December 05, 2017 at 14:40I created one segment and using #pragma i store some values in that location.If my code size cross that memory area means, overlap error occurs.How can i overcome with this error?
Posted on December 07, 2017 at 10:53Any Other options other than creating a segment at end of the memory?If want to put values at fixed address at start or middle of the flash memory location means, what can i do?
Posted on October 25, 2017 at 08:32will this work ?org 04800hLOCKBYTE:dc.b 0AAh; Read out BytesOPT1:dc.b 000hNOPT1:dc.b 0ffhOPT2:dc.b 081hNOPT2:dc.b 07ehOPT3:dc.b 000hNOPT3:dc.b 0ffhOPT4:dc.b 000hNOPT4:dc.b 0ffhOPT5:dc.b 000hNOPT5:dc.b 0ffhOPT6:dc.b...