This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi experts
Here I have some questions about ram use in 280049. I have boot loader code and app code. They both use the below rams:
in boot loader : RAMLS03 from 0x008000 to 0x009FFF AND RAMLS4 from 0x00A000 to 0x00A7FF (both PAGE 0)
in app: RAMLS0_4 from 0x008000 to 0x00A7FF (both PAGE 0)
in boot loader: RAMLS05 from 0x00A800 to 0x00AFFF (PAGE 1)
in app: RAMLS05 from 0x00A800 to 0x00AFFF (PAGE 0)
Others sections also be reused are BEGIN(PAGE 0); RAMM1(PAGE 1);
Is there any confliction of this?
thanks, linna.
Hi,
I don't see any issue with this as long as after reset you don't expect any RAM values updated by app to be used by bootloader.
Regards,
Vivek Singh