S08 SCI Transmit Issue

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

S08 SCI Transmit Issue

Jump to solution
903 Views
gregoryberardi
Contributor II

The attached code is what I'm using to try to send data out the sci tx port. The problem I am having is that I'm not seeing anything on the output (PTA3).

 

Any help is appreciated. Thank you in advance.

Original Attachment has been moved to: main.c.txt.zip

Labels (1)
Tags (3)
0 Kudos
1 Solution
523 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

can you please check this thread? i think it should help you: https://community.freescale.com/message/330916#330916

View solution in original post

0 Kudos
2 Replies
524 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

can you please check this thread? i think it should help you: https://community.freescale.com/message/330916#330916

0 Kudos
522 Views
gregoryberardi
Contributor II

Yes, I did try the code. After changing the SCI2s to SCI0s I was unable to get it to work either. I noticed that there was a read of SCI0_S1 (which clears the flags) just before the while that waits for the flag to clear in the example that you linked. I put that in my code and it appears to work.

Thank you!

0 Kudos