SPI in LS1046A Processor

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

SPI in LS1046A Processor

1,160 次查看
rashmikj
Contributor III

I want to configure SPI in Master mode and continous SCK mode. It register is 210_0000. What should be the address in PBI . 

We tried 89100000 but processor is not coming up after this.

What should be the address??

标记 (1)
0 项奖励
回复
1 回复

1,153 次查看
ufedor
NXP Employee
NXP Employee
/*
first write to SCFG_ALTCBAR - set ALTCBAR=0x2000000
second write to ALTCBAR offset 0x100000  
*/
.pbi
write 0x570158, 0x00000200
flush
awrite 0x100000, <data>
.end
0 项奖励
回复