EmBitz
STM32U0 support [solved] - 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 [solved] (/thread-202.html)



STM32U0 support [solved] - 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


RE: STM32U0 support - embitz - 04-12-2024

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