Skip to main content
zoharfi
Visitor II
July 14, 2015
Question

stm3210c-eval: problem implementing Uart on lwip example...

  • July 14, 2015
  • 0 replies
  • 350 views
Posted on July 14, 2015 at 15:10

Hi

I have stm3210c-eval, I use stm32cubef11.zip as base.

I imported LwIP_TCP_Echo_Client  and ping works.

  

I tried to implement uart capabilities on the LwIP_TCP_Echo_Client project.

I first imported UART_TwoBoards_ComPolling and made it work with output display on hyperterminal.

I then took the code as is and deleted the original files (main.c etc) from LwIP_TCP_Echo_Client project and put the src code from UART_TwoBoards_ComPolling. So actualy the same exact code runs on both projects.

I run it and it got stack on HAL_UART_Transmit function without it actualy transmitting.

What can be the cause of this?

How would you sugest to solve this problem?

Thanks,

Zohar

    This topic has been closed for replies.