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.
when I add the following statement to CODE :
"?PR?MAIN?MAIN(0x0100), ?C_C51STARTUP(0x0900)"
in the BL51 options.
Any suggestion please.
Thank you.
Fausto
I _think_ this a defined limitation of the evaluation version of the tools.
https://www2.keil.com/limits
The above states that code must start at 0x0800 byte-address, which is the same as 4000H bit-address (0x800 * 8 = 0x4000).