LS1021A-RWT PNOR

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LS1021A-RWT PNOR

2,735 次查看
renaud
Contributor IV

Looking at U-boot (LSDK-21.08) I see that for the ls1021a-twr configuration file, there is a flag CONFIG_SYS_WRITE_SWAPPED_DATA which is used in the cfi_flash.c driver.

 

Does that mean the data bus connection to the NOR is bit swapped on the ls1021a-twr?

 

Cheers,

Renaud

0 项奖励
回复
2 回复数

2,724 次查看
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi, renaud

No, it means that the bus connected to the NOR Flash is normal.

Regarding this application note regarding the bid and little endianness. The LS1 IFC uses big endian format, reversing it would set to you write to the NOR Flash normally.

Best regards,

Joseph Linares

0 项奖励
回复

2,702 次查看
renaud
Contributor IV

Thanks for the documentation. Byte-swap in the driver allows me to write to the flash. Still have to do the write buffer support as programming is very slow otherwise

0 项奖励
回复