Boot ROM address

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Boot ROM address

663件の閲覧回数
saranbabu
Contributor II

Hello team,

I'm very new to i.MXRT1064 processor, currently I'm developing the bootloader for this processor. By using the bootloader SDK I started to develop bootloader firmware, hope everyone knows that W25Q32JV flash memory is connected through the FlexSPI2 with i.MXRT1064 processor internally. In the program settings 0x70000000 has given for flash address and 512KB of size. But in flash memory's address is 000000 to 3FFFFF as per its datasheet. What does it mean that flash address 0x70000000? in program settings. Please clarify my doubt.

ラベル(1)
0 件の賞賛
2 返答(返信)

630件の閲覧回数
saranbabu
Contributor II

Thanks for your response.

0 件の賞賛

648件の閲覧回数
jay_heng
NXP Employee
NXP Employee

0x70000000 is the system map start address of FlexSPI2 peripheral, so we can read Flash at 0x70000000 via AHB bus. 0x0000000 to 0x3FFFFF is offset address of Flash, we can access Flash at 0x0000000 via IPG bus

0 件の賞賛