SPI Data Register

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

SPI Data Register

1,971 次查看
Assembly
Contributor I
When I try to use the SPI on the nanocore 12 i canot right to the data register in codewariores time simulator. I think that this is the reason why I cant get the SPI to Work because I cant right to The Data Register. I am configuring the SPI as A master. The slave device is a serial in parallell out shift register. Also I have no need for The SS Line when I am not using it is there some voltage leval i have to put it to or is there a setting in a register that i need to set.
标签 (1)
0 项奖励
回复
1 回复

831 次查看
prog_ram
Contributor III
I think you can't write to the SPI data register in simulation time. the data in this register is sent immediately, and the content of this register will retain the data that was before which is mainly 0.
 
 
0 项奖励
回复