hi,I am using codewarrior 10.7 to make a flash driver for kea8.Now I have two issues:
1.I have set up NVIC_ ICER register but it did not turn off all interrupts on the CPU.I want to use the assembly statement 'cpsid i' to close the interrupt, but I can't find this sentence in the file of codearrow10.7.can you tell me how to turn off or turn on all interrupts on the CPU in this IDE?
2.I want to copy the flash driver from ROM to RAM,I only found the defined sections, but I won't use. Can you tell me how to copy code from Rom to RAM in this IDE?



Thanks for your help.