Sign in

username:

password:



Not a member?

Search msp430



Search tips

Subscribe to msp430



Sponsor

controlSUITE™ software
Comprehensive.
Intuitive.
Optimized.

Real-world software for real-time control. Details Here!

Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | MSP430 | UART interfering with SPI?

The purpose of this group is to foster exchange of information on the Texas Instruments MSP430 family of microcontrollers and related tools. Everyone welcome, all levels of familiarity/expertise.

UART interfering with SPI? - merapcb - Aug 17 9:48:33 2009


I have a UART device who's lines intersect the SPI lines going to another device. When the UART sends data, the SPI device fails. Can it be that the UART lines are generating interference? (UART is at 19,200 and SPI is at 3MBps)
------------------------------------

______________________________
controlSUITE™ software. Comprehensive. Intuitive. Optimized.
Real-world software for real-time control. Details Here!



(You need to be a member of msp430 -- send a blank email to msp430-subscribe@yahoogroups.com )


Re: UART interfering with SPI? - tintronic - Aug 17 11:39:38 2009

I've seen two parallel SPI tracks on one side of a PCB cause chirps in a stereo audio track on the opposite side of the PCB which was routed perpendicular to the SPI tracks. No ground was near the SPI tracks. The solution was to put a wire on top of the SPI tracks between the clock and MOSI pins (there was no SIMO track) and solder both ends to of the wire to ground. No chirp was ever heard again on the audio output.

I'd expect the SPI to cause problems with the UART, but not the other way. You should use an osciloscope to find out what happens on the SPI line when you send data on UART, but I think it might rather be a software problem. More details about the hardware and application, and the relevant code would be helpful.

Regards,
Michael K.

--- In m...@yahoogroups.com, "merapcb" wrote:
> I have a UART device who's lines intersect the SPI lines going to another device. When the UART sends data, the SPI device fails. Can it be that the UART lines are generating interference? (UART is at 19,200 and SPI is at 3MBps)
>
------------------------------------



(You need to be a member of msp430 -- send a blank email to msp430-subscribe@yahoogroups.com )