hi Vihaan,
you can define any const variable/array in 24bit paged memory, as you did
const unsigned char (test[3])@0xE18000 ={1,2,3};
this is correct.
BUT, we can't define interrupt vector table at 24bit address. because in 16bit MCU, interrupt vector is 16bit width.
does this clarify the issue?
Have a great day,
Zhang Jun
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------