STM32U0 support - Printable Version +- EmBitz (https://www.embitz.org/forum) +-- Forum: EBlink (https://www.embitz.org/forum/forum-3.html) +--- Forum: Development (https://www.embitz.org/forum/forum-11.html) +--- Thread: STM32U0 support (/thread-202.html) |
STM32U0 support - dalbert - 27-08-2024 It increasingly makes sense to use the STM32U0 series over the STM32L0. Unfortunately, EBlink doesn't seem to support it. For example with an STM32U073CCT6: EBlink - Error dialog: Error unsupported STM32 ID: 0x489 Is there any chance EBlink might add support for the U0 series soon? Changes seem to be: stm32.script: Add to the M0+ block: ["u0", [ 0x459, 0x489 ]], Add an stm32u0.script (see attached - work in progress) Add a flash/u0.script (still working on this) RE: STM32U0 support - embitz - 27-08-2024 Thanks, I will look into this next week |