This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

trouble with USB on LPC2468

Hello,
when I build a kiel sample like Memory (USB MSD) for MCB2400, and I enabled the external bus controller (EMC) and I also use the following directive to absolutely place a variable

const unsigned crp __attribute__((section(".ARM.__at_0x1FC"))) = CRP;

my RESET vector is no longer placed at address 0 !

the problem is that the above address cannot be set during program exection. can you help?

0