SPI in LS1046A Processor

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SPI in LS1046A Processor

455 Views
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??

Tags (1)
0 Kudos
1 Reply

448 Views
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 Kudos