2021-09-02 03:59 AM
Hi,
STM32F779I-EVAL: Can't get running USART examples:
- UART_HyperTerminal_DMA
- UART_HyperTerminal_IT
- UART_Printf
My environment:
- LAP TOP ACER ASPIRE 5755G
- STM32F779I-EVAL
- STM32CubeIDE 1.7.0
- STM32CubeMX 6.3.0
- Terminal v1.93b 20141030B
- RS-232 TO USB CONVERTER HAMA
Thank you in advance
Best Regards
Daniel Abad
Solved! Go to Solution.
2021-09-03 04:56 AM
Hi Tesla,
Sorry .... I forgot the installation of the driver of my HAMA converter....
Now it is all OK....
Thank you very much....
Best Regards
2021-09-02 04:09 AM
STM32Cube_FW_F7_V1.14.0\Projects\STM32F769I_EVAL\Examples\UART\UART_Printf\readme.txt
@note Make sure that jumper JP11 is on RS232_RX position, and jumper JP21 is on USART1_RX position
- Hyperterminal configuration:
- Data Length = 7 Bits
- One Stop Bit
- Odd parity
- BaudRate = 9600 baud
- Flow control: None
2021-09-02 09:38 AM
Hi,Thank you for your super fast answer..!
Stil KO.
JP11 : 1-2JP21: USART1_RX position
See photos
2021-09-02 09:46 AM
Attachments/picture don't come through if you respond directly to the email, you have to post into the forum thread
Could be RS232 cabling/adapter.
2021-09-02 02:09 PM
Hi,Tomorrow I'll buy another adapter.....
Thank you for your patient...
Best Regards
2021-09-03 04:10 AM
Hi,
Just installed my new adapter..... Still KO...
2021-09-03 04:56 AM
Hi Tesla,
Sorry .... I forgot the installation of the driver of my HAMA converter....
Now it is all OK....
Thank you very much....
Best Regards
2021-09-03 07:58 AM
Glad to hear you tracked it down.
Other tricks one can generally use is to send 'U' characters in a loop, and scope the appropriate jumper to see signal.
For 9-pin RS232 you can also loop-back pins 2 and 3 to see if you can receive back data, this checks also the RS232 drivers.
Finally you're not bound to use ST's choice of 7-bit ODD Parity nonsense, I understand they were trying to demonstrate how parity worked, but the combination is practically never used in modern systems, be it GPS/GNSS receivers, or Cellular Modems.
2021-09-05 01:17 AM
Hi Tesla,
Thank you for the "trick" , it is very important...!!
Once again ...thank you very much for your help....
It is very important don't feel to be alone....
Best Regards