EmBitz

Full Version: STM32U0 support
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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)
Thanks, I will look into this next week