hello:
I want to boot from nor flash using ais nor boot mode.
In "Using the OMAP-L132/L138 Bootloader Application Report (Rev. D)", page25, it's said that "The bootloader uses 2 KB of ARM local RAM starting from 0xFFFF0000. This memory should not be used by any initialized section of the user application.".
I use sysbios, and I found that in the .map file generated by ccs, there are two initialized sections named .vecs and .vectorTable, which are mapped to address beginning from 0xffff0000 and 0xffff0040.
What should I do to overcome this address conflict?
Regards,
liu