I wish to install a bootloader in a specific sector of the LPC2106. How can I place a section of code to start at a specific address? Thanks Rich
I am loading: DATA (0x40000000-0x4000FFFF), CODE (0x1E000-0x1EF00), CONST (0x1C000-0x1D000)) into the User Class box in the locate tab. This works as expected. I have created a user class with this: #pragma userclass (code = IAP) // generates CODE_IAP class According to the MAP file this worked. Buuuut when I add this: CODE_IAP (0x5000-0x6000) to the user class window I get a syntax error. Rich
According to the MAP file this worked. Buuuut when I add this: CODE_IAP (0x5000-0x6000) to the user class window I get a syntax error. What version of the ARM tools are you using? I tried this with the V2 stuff and everything works just fine. You can download the V2 eval software from http://www.keil.com/demo. Jon