mmc_fat uart check

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

mmc_fat uart check

1,014件の閲覧回数
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 件の賞賛
返信
3 返答(返信)

1,005件の閲覧回数
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 件の賞賛
返信

1,005件の閲覧回数
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 件の賞賛
返信

1,005件の閲覧回数
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 件の賞賛
返信