mmc_fat uart check

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

mmc_fat uart check

940 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Olivier on Tue Nov 22 13:47:34 MST 2011
Hello,

I have an LPC1769 board connected with a LPCexpresso base board.

In the program mcc_fat, there is a uart_send message and I will check this with USB communication with PC (hyperterminal). I have communication but, I see nothing in the hyperterminal.


UART_SendString(UART_DEV, (uint8_t*)"MMC/SD example\r\n");


Or, how can I check this message with the base board?

Someone who has experience with the base board??
0 Kudos
Reply
3 Replies

931 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by dragilla on Wed Nov 23 11:04:36 MST 2011

Quote: Olivier
I have communication because if I put the usb in the pc he detects a COM-port.



Usb you say, so you must be using some kind of com->usb converter. If so, then the fact your computer detects a port means only your converter is working :)
0 Kudos
Reply

931 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Olivier on Wed Nov 23 10:31:17 MST 2011

Quote: fjrg76
Hello

Have you tried to send text messages independently of you application? What "I have communication" means? The uart must be initialized before using it, and maybe you are using "semihost" mode, which in turn everything you send out will be displayed in the IDE's console.

:)



It's not independently, it's in the application code.

I have communication because if I put the usb in the pc he detects a COM-port.

What is de IDE's console??
0 Kudos
Reply

931 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by fjrg76 on Tue Nov 22 17:03:30 MST 2011

Quote: Olivier

I have communication but, I see nothing in the hyperterminal.



Hello

Have you tried to send text messages independently of you application? What "I have communication" means? The uart must be initialized before using it, and maybe you are using "semihost" mode, which in turn everything you send out will be displayed in the IDE's console.

:)
0 Kudos
Reply