In IMX8M Mini, QSPI Bootloader bss and data section taking qspi address

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

In IMX8M Mini, QSPI Bootloader bss and data section taking qspi address

666件の閲覧回数
Hariharan1
Contributor III

Hi,

 

I am loading binary using qspi bootloader(cortex a53) after program reading from nor method. at the time .data and .bss section address taking as qspi memory. but it has to pointing to lpddr4 memory. what is the issue

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

647件の閲覧回数
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

 

Something should be wrong there since qspi must point to the device you have connected not the memory.

Regards

0 件の賞賛
返信

641件の閲覧回数
Hariharan1
Contributor III

This is my linker memory section

.DDR_REGION1(rwx) : ORIGIN = 0x40200000, LENGTH = 512K /* DDR, 512kb */
.DDR_REGION2(rwx) : ORIGIN = 0x44000000, LENGTH = 1M /* DDR, 1 MB */
.IRQ_DDR_REGION3(rwx) : ORIGIN = 0x440F423F, LENGTH = 1M /* DDR, 1 MB */

0 件の賞賛
返信