STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

lwIP - TCP echo server in STM32F769-Discovery

Posted on February 22, 2018 at 16:21Hello,I am trying to make an example application consisting in a TCP echo server using the RAW from the lwIP stack just to understand how it works. I am using the STM32F769NI - Discovery board as the target which ...

Resolved! FLASH_Status in HAL?

Posted on February 21, 2018 at 19:46where can I find FLASH_Status in HAL?And can someone show me how to use FLASH_OB_GetWRP() and FLASH_OB_Erase() in HAL_flash.c?#hal_flashex_obprogram() #hal_flash #flash_ob_getwrp

How to change GPIO pin mode efficiently

Posted on February 17, 2018 at 19:38Dear experts,I need to change mode of a GPIO pin of STM32 for some 1-wire protocol.In one state, the pin must be EXTI interrupt, in other state the same pin must be output - at least the MCU should be able to driv...

Pavel A. by Evangelist III
  • 2689 Views
  • 5 replies
  • 0 kudos

STM32 IAP UART Bootlader

Posted on February 19, 2018 at 08:50Hello,      I want to use the STM32 IAP UART Bootlarder in the CubeMX. The example is working fine. However I have a problem with my own code. When I use HAL_Delay() function, the code is crashing. If I do not use...