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

halCopy2Flash and interrupt

Hello,
Can I ask you for advice?
I have following problem:
I shift all application program to the following memory space:
INTVECTOR(0x0070)
CODE(0x00E0)
..and now I need fill the start of the memory with the jumps to the specific memory address when the interrupts occur( for example - RF interrupt: Code addr 0x43: 0x02 0x40 0x43 - jump on the address C4043).But halCopy2Flash function need interrupt vector(INUM_FLASH) which is already shifted. Do you have some idea how writte to the code memory without INUM_FLASH interrupt or some suggestion for resolution of my problem?Thank you Peter

0