stm32duino / Arduino_Core_STM32

STM32 core support for Arduino

Home Page:https://github.com/stm32duino/Arduino_Core_STM32/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STM32F030F4P6 not working with stm32duino 2.0.0 or later.

mcer12 opened this issue · comments

Describe the bug
Tested with blink sketch, custom board (8mhz crystal + CH340). The chip works with stm32duino 1.9.0 using "STM32F030F4 Demo Board", but when tried with any version past 1.9.0, it uploads the sketch without issues but it doesn't execute properly ie led is not blinking. Other sketches also don't work.

To Reproduce

  1. Select STM32F030F4 board (8mhz HSE)
  2. Upload basic blink sketch to STM32F030F4P6
  3. No blinking

Desktop (please complete the following information):

  • OS: Windows
  • Arduino IDE version: 1.8.13
  • STM32 core version: 2.7.1
  • Tools menu settings if not the default: No serial
  • Upload method: Serial

Board (please complete the following information):

  • Custom STM32F030F4P6 board

Additional context
1.9.0 works, 2.0.0+ doesn't work