Stellaris® ARM® Microcontrollers
Forum
Options
Subscribe via RSS
Helpful Stellaris® LM4F Series Links
LM4F Series
Stellaris PinMux Utility
Stellaris® LM4F120 LaunchPad
LM4F MCU Applications
LM4F MCU Video
ARM Cortex-M4F Whitepaper
Stellaris MCU Brochure
LM4F232 Eval Kit
Forums
USART Manchester Encoding
Posted by
ppicazo
on
Dec 05 2007 01:16 AM
Prodigy
20
points
Reading through a lot of the LM3Sxxx documentation I can't seem to find anything implying that the on board 16C550 like USARTs have native hardware Manchester encoder modes like some older ARM (such as AT91SAM7x) with similar 16C550 like USARTs do.
So I assume the USARTs in the LM3Sxxx series do not have this ability?
If that is the case, are there any recommended techniques to generating a Manchester encoded data output solely within the LM3Sxxx devices?
Thanks, Paul
Report Abuse
Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
Posted by
fordp
on
Dec 07 2007 12:58 PM
Prodigy
160
points
If you want just output the SSI module can be made to generate a pretty passable manchester code output with some lookup tables or a small bit of code.
Just get the SSI to draw the waveform you want. With the FIFO's I would think you can put it out pretty fast too!
I think on the Luminary Chips you could do it with just one pin used as the clock/ data in could still be programmed as GPIO.
Good Luck with your project.
Report Abuse
Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.