Hello, i used keil uvision 3. My program work correctly when in sactter file or in options for terget i set 0x100000, but when i put other then mentioned adress i.e. 0x110000 the irq does not work. I use __irq after function for interrupt routin and also --gnu in miscconttrol. Moreover i also use functions for interrupt routin wuithout __irq. I does not work. My question is how to make it work?
Thanks in advance M