Hello friends.
How to add framework mbed to NUCLEO-U575ZI-Q? This embeded system is supported on mbed official webpage NUCLEO-U575ZI-Q | Mbed. Is this possible? Thanks from answer.
Hello friends.
How to add framework mbed to NUCLEO-U575ZI-Q? This embeded system is supported on mbed official webpage NUCLEO-U575ZI-Q | Mbed. Is this possible? Thanks from answer.
Will be fixed by
Temporarily, you can make the same change locally in C:\Users\<user>\.platformio\platforms\ststm32\boards\nucleo_u575zi_q.json
while it’s not yet merged in.
Tested fine with the project code in https://github.com/platformio/platform-ststm32/tree/develop/examples/mbed-rtos-blink-baremetal
and a platformio.ini of
[env:nucleo_u575zi_q]
platform = ststm32
board = nucleo_u575zi_q
framework = mbed
gets you
Compiling .pio\build\nucleo_u575zi_q\FrameworkMbedstorage\blockdevice\source\SFDP.o
Compiling .pio\build\nucleo_u575zi_q\FrameworkMbedstorage\blockdevice\source\SlicingBlockDevice.o
Compiling .pio\build\nucleo_u575zi_q\src\main.o
Generating LD script .pio\build\nucleo_u575zi_q\stm32u575xi.ld.link_script.ld
Linking .pio\build\nucleo_u575zi_q\firmware.elf
Checking size .pio\build\nucleo_u575zi_q\firmware.elf
Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
RAM: [ ] 0.7% (used 1808 bytes from 262144 bytes)
Flash: [ ] 1.5% (used 30804 bytes from 2097152 bytes)
Building .pio\build\nucleo_u575zi_q\firmware.bin
=========== [SUCCESS] Took 52.31 seconds ===========