MC9S12XEP100 SPI Problem!

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

MC9S12XEP100 SPI Problem!

跳至解决方案
1,061 次查看
CIA_MAN275
Contributor III

Hello!

 

I have a question! Is the following initialization for my MC9S12XEP100 okay?

Because my SPI-Bus, which worked on my HC12 don't work on this new evaluation Board!?

 

/* Init for SPI Interface */
  PTS |= 0x80;
  DDRS = DDRS | 0xF0; /* outputs */
  SPI0CR1 = 0x58; /* 0b01011000 */
  SPI0CR2 = 0; /* Normal mode */
  SPI0BR = 0x01; /* SPI clock */

I would appreciate it, if you could give me some help for my problem!

 

Thank you!

标签 (1)
0 项奖励
回复
1 解答
717 次查看
CIA_MAN275
Contributor III

The problem belongs to a missing cable! :smileywink:

 

Now it works!

 

Thanks a lot!

在原帖中查看解决方案

0 项奖励
回复
2 回复数
717 次查看
LeandroLeite
Contributor II

Take a look at the MODRR (Module Routing Register) register, it redirects the SPI to alternative ports.

 

I have the same trouble in my MC9S12XET256, then I set the bit MODRR4 and it works.

 

Good Luck!

Leandro

0 项奖励
回复
718 次查看
CIA_MAN275
Contributor III

The problem belongs to a missing cable! :smileywink:

 

Now it works!

 

Thanks a lot!

0 项奖励
回复