Can the address of the interrupt vector table of imx283 be placed in its own defined location

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can the address of the interrupt vector table of imx283 be placed in its own defined location

1,051 Views
jacky_ctwx
Contributor I

hi  

I want to run FreeRTOS on imx283, but I do n’t know that I should put the interrupt vector table at that address. After reading arm926ejs reference manual, I found that there are two addresses that can be set, one is 0x00000000 and one is 0xFFFFF000, but 0xFFFFF000 is ROM, how can I write it??

0 Kudos
3 Replies

972 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello Jack,

Sorry you can not rewrite the ROM location, please read the MX28 manual:

https://www.nxp.com/docs/en/reference-manual/MCIMX28RM.pdf 

Regards

0 Kudos

972 Views
jacky_ctwx
Contributor I

hi

Can you tell me which chapter I should read?

0 Kudos

972 Views
jacky_ctwx
Contributor I

I read the reference manual but found that there is 0xFFFF0000 written in this place. This is not the address in RAM. I checked the uboot code provided by you and there is a TEXT_BASE value of 0x41008000. How did this come out?

Sent from my iPhone

0 Kudos