LS1021A-RWT PNOR

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

LS1021A-RWT PNOR

2,033件の閲覧回数
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,022件の閲覧回数
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,000件の閲覧回数
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 件の賞賛
返信