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
If you want serious help, you should consider writing a serious question!
We know you're using an ARM, but you failed to tell us precisely what device it is or what memory is physically available.
Is your application attempting to use memory that isn't available?
I use at91sam7x512 programme is loaded to internal flash memory.