How to find out spi-nand address in K32H84x

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

How to find out spi-nand address in K32H84x

890件の閲覧回数
jmjm
Contributor I

I just check the Ultra_bubble_demo_user's_guide.pdf

inside there they use flashloader.bin blhost to erase memory region

"
flash-erase-region <addr> <byte_count> [memory_id]
 Blhost.exe -u -- flash-erase-region 0x80000 0x50000 0x101
 Blhost.exe –p COM1, 57600 – flash-erase-region 0x80000 0x50000 0x101
The above example causes the flashloader
to erase 0x50000 Bytes starting at 0x80000 of SPI NAND memory region.
"

and mentioned SPI NAND starting address is 0x80000, so what is this referring to, is this configurable? and why can't I find this info in K32 datasheet?

 

0 件の賞賛
返信
1 返信

850件の閲覧回数
Miguel04
NXP TechSupport
NXP TechSupport

Hi @jmjm 

This address is where the program/project is being saved, and yes it is configurable on the linker file you can change it to start from another address, just make sure the new address is not reserved.

Best Regards, Miguel.

0 件の賞賛
返信