How to understand if mbed going to support NUCLEO-H753ZI or NUCLEO-H755ZI-Q?

Hi
Could you please advice
I using Mbed studio and in Target I don’t see neither NUCLEO-H753ZI nor NUCLEO-H755ZI-Q nor STM32H755ZI

  1. how to understand if Mbed studio going to support these boards anytime soon ?
  2. if I have ability to build Mbed OS for STM32H755ZI processor ?

Best regards

Hello,

As soon as MbedOS will support these targets, then they will be also in MbedStudio - Development boards | Mbed
The decision about what will be supported or not is from ST side. Maybe @jeromecoutant can answer this.

BR, Jan

1 Like

Hello. These two are neither supported in v5.15. Moreover, I do not remember where I read it but with v6.x, mbed team has decided to remove the support for a considerable number of previously supported boards. This is for keeping the size of the whole frame work smaller and reducing the workload of the team. Here, you can find an example of adding a new STM32 target. Once you understand how the targets folder is organized, it is pretty straight forward adding a new target mcu. There is also a readme in TARGET_STM. It does not explain every single step but it has a lot of hints about adding a new target mcu. H753ZI should be easy but H755ZI requires some more tricks since it is a dual core mcu.

One small note. You might have to modify index.json in mbed-os/tools/arm_pack_manager.

1 Like