Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


How to program a nucle boat (L053R8) using UART?


I went through all possible data sheets I could find did all the required things but my Nucleo still won’t be programmed with uart.

I have put boot0 on VDD pin next to it. For confirmation I also put PB2 (nboot1) on ground next to it.

I tried powering the nucleo through both the USB as well as an external supply (E5V) and switched to e5v.

I reset the controller to try programming.


I’m using an FTDI, connected the Rx, Tx to the USART1 (PA9, PA10) and Gnd from FTDI to the Gnd of Nucleo
I connected my Rx, Tx and Ground of my UART to usb (which I checked with the nucleo by programming a UART program through st link and it works)



I am using St flash which says there was no communication

and stm32 programmer says it timed out for the com port



i even checked that there was no read or write protection enabled and nboot1 option bits are correct by connecting to stm32 programmer through STlink



what am I missing?