作為教學工具,比較Platform IO和STM32CubeIDE 2025-08-24 100 大家都係用STM32CubeMX,所以Gen出黎嘅Code無太大分別。計功能肯定係STM32CubeMX強,第一佢有一個生成器可以生成粒MCU所有Setting,而PlatformIO係純Code,所以好考驗老師嘅功力,但係純Code有純Code嘅好處,就係學生可以更了解第一句代碼點影響粒MCU,會更有利於教學。STM32CubeIDE會要求你將啲Code寫係comment與comment之間,睇上去好亂,而PlatformIO無呢回事,啲Code睇上去好Clean。PlatformIO最大賣點係源於VSCODE所以有Github Copilot,我之前用STM32CubeIDE同VSCode開住同一個project,github copilot一邊gen我一邊改,我就無問題。但作為學生會好麻煩。
Scale STM32CubeIDE UI in mac 2025-08-21 54 Run STM32CudeIDE by Changing anything in STM32CubeIDE.ini won't work
Micropython燒程式落stm32, reboot會無哂 2025-08-05 68 https://github.com/issues/created?issue=micropython%7Cmicropython%7C17828解決辦法就係加呢兩句係main.py頭import pybpyb.usb_mode('VCP+HID')
Why your STM32 is bricked 2025-08-04 366 My STM32 is bricked (can't run anything in STM32CubeIDE) because my main loop has no sleep, after i add it…
Set STM32F411CEU6 to run at 96Mhz with 48Mhz USB (100Mhz is not possible) 2025-08-03 88 With HSE = 25 MHz, the PLL configuration must satisfy: Let’s try the main PLL: Since PLL_Q must be an…
Create your hardware in libsigrok 2025-08-03 107 In short, you need to build libsigrok then sigrok-cli Step 1: Add your device to Makefile.am Step 2: in configure.ac…
STM32 Logic Analyzer Day 1 2025-08-02 68 Trying to build a logic analyzer prototype, today i am using weact black pill board. I am using interrupt to…
Weact STM32 H750 board use serial port via usb 2025-08-01 60 Unlike nucleo to user serial port via usb by just enabling the uart. We have to enable VCP in weact…