MC9S12XEP100 SPI Problem!

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

MC9S12XEP100 SPI Problem!

Jump to solution
862 Views
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!

Labels (1)
0 Kudos
1 Solution
518 Views
CIA_MAN275
Contributor III

The problem belongs to a missing cable! :smileywink:

 

Now it works!

 

Thanks a lot!

View solution in original post

0 Kudos
2 Replies
518 Views
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 Kudos
519 Views
CIA_MAN275
Contributor III

The problem belongs to a missing cable! :smileywink:

 

Now it works!

 

Thanks a lot!

0 Kudos