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.

omapl138 bootloader memory usage

Other Parts Discussed in Thread: OMAP-L132, SYSBIOS

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