Category Archives: STM32
Nucleo L476RG + Platform IO Blink Example

2025/08/24
Micropython燒程式落stm32, reboot會無哂
https://github.com/issues/created?issue=micropython%7Cmicropython%7C17828解決辦法就係加呢兩句係main.py頭import pybpyb.usb_mode('VCP+HID') 2025/08/05
WEACT blackpill stm32f411ceu6 virtual com port

2025/08/02
Weact STM32 H750 board use serial port via usb

Unlike nucleo to user serial port via usb by just enabling the uart. We have to enable VCP in weact H750 board. Reference: https://blog.csdn.net/Naisu_kun/article/details/118192032 2025/08/01
Weact STM32H750 DMA Reg-To-Mem example

Few things need to be care and different then STM32F411CEU6 Gitlab source https://wiki.st.com/stm32mcu/wiki/Getting_started_with_DMA 2025/07/23
Solved: Weact STM32H750VBT6 unable to find target

I changed the clock to maximum 480Mhz, after I F5 for the first time, I unable to burn any program to it again. To solve this, press both reset and boot buttons on the board, click F5 in STM32CubeIDE, then release reset button (still hold the bott button). It will successfully burn the program again. […] 2025/07/23
STM32 + DHT11 example

https://gitlab.com/peter-example/stm32/thei-stm32-demo-stm32f411ceu6 2024/12/18
syscall.c for STM32 + XCubeAI
2023/10/25