EmBitz

Full Version: STM32U0 support [solved]
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
Hi,

I just put it in github. Thanks!
I did some quick tests with a 083 and that looks ok. The u0 family has been given its own flash routine script file.

There is a new version coming (6.0) with simplified scripting API (and script debugging, script dialog's etc) and in that release we will solve read level protection.

script files:
https://github.com/EmBitz/EBlink-scripts