Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

MSP430 output signal problem.

Status
Not open for further replies.

ltg

Member level 4
Joined
Feb 24, 2002
Messages
76
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
533
Hi,

I use MSP430F1121 in my project. I send out 24-bit pulses in port2 pin1, when finishing with sending 24-bit pulses, I generate a strobe signal:
P2OUT |=0x04;
P2OUT &= ~0x04;
I use oscolloscope to check the signals, but the strobe signal comes irregulare, some times it comes some time it not. I can't figure out why this happens. Is there some initilization I forget? Please give me tips.

Thanks in advance.
Best Regards,
ltg
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top