> Had the same issue a little while ago (new at this ARM stuff also). > The interrupt handler install function is only if you are running > your interrupt vector table from RAM. So either adjust your MEMMAP > to reflect this or run the vector table from Flash. If running from > flash just place the following line before the interrupt service > routine: > > #pragma vector = 0x18 > > Has worked for me so far although I am having other issues with IAR > (or setup). Hello! I debug my programs in RAM and use MEMMAP = 0x02; I have try to use #pragma vector = 0x18 and 0x40000018 And when i read memory from 0x18 and 0x40000018 it always was some stuff i have try to debug it in flash but it was terrible - i don t understand how IAR tune for it:(
Message
Re: IRQ - I don't know what me do. HELP!!! PLZ
2005-07-27 by alexmotin
Attachments
- No local attachments were found for this message.