Hello, One has a ram in 0-0x3FFF and rom in 0x10000-1FFFF placed. If one does not make a redirection of Interrupt Vector Table it's to expect that IVT should be put in the address range from 0-0x1FF. But this is a ram range. The question is : would be this program work in such configuration with a IVT placed in the RAM ? Thanks for any input, A
Hint: does the processor have any way to tell whether the physical memory fitted is RAM or ROM? Does it care...?
Thanks for the reply, this was given in the options for target: ICODE (0x10000-0x1FFFE), NCODE (0x10000-0x1FFFE), NDATA (0x0-0x3FFE), NDATA0 (0x0-0x3FFE)... with best regards, A