Personal tools
You are here: Home Forums M32C Using Synchronous Serial

Using Synchronous Serial

Up to M32C

Using Synchronous Serial

Posted by genius2005 at November 27. 2007

 how can i make the device communicating with synchronous serial mode to communucate with 32c87

for example i want to take data from the device ,  how can i set up the registers????? 

please help to me 

  best regards to everyone

Re: Using Synchronous Serial

Posted by FrankL at November 28. 2007
Please read page 150 of M32C87 hardware manual rev. 1.50.




Re: Using Synchronous Serial

Posted by Robert Ling at April 16. 2008

Anyone knows the function setting of UART3 and UART4 of M32C/87A? I tried the sample code the same with UART0 registers setting and they didn't work. Please advise, thanks.

Re: Using Synchronous Serial

Posted by FrankL at April 17. 2008

All registers are the same, and all have transmit/receive interrupts. So if your header files refer to the correct addresses for UART3 and UART4 it should work. Which hardware do you use? Could there be a problem with this?

Re: Using Synchronous Serial

Posted by Robert Ling at April 22. 2008

Thanks for Frank's answer.

I found the answer: It needs extra setting with protection register--PRCR for  UART3 and UART4.

No needs for UART0.

Powered by Ploneboard