-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Nucleo H753ZI (again) #15441
Comments
Hello, Support of Nucleo-H753ZI was never done. The first one seems to be canceled before end and the second one add core files for the target as a MCU (STM32H753ZI) but not complete dev board (Nucleo). How you can see here the folder for TARGET_NUCLEO_H753ZI is missing. If these CORE files are correct and the rest is done then add the Nucleo-H753ZI iss not so hard. BR, Jan |
Hi |
I'll close this as resolved. Not supported. |
Any plan or roadmap to get Nucleo-H753ZI merged to mbed-os? This would be very helpful..... |
Hi |
Description of defect
According to #15171 and #15232, support of the ST Nucleo H753ZI board should be included in mbed OS 6.16. However, a fresh copy of mbed Studio 1.4.5 that uses mbed OS 6.17 (according to the release notes) does not support this board. It is listed under "Other targets" (not the supported ones), and compiling code stops with the error message
argument -m/--mcu: NUCLEO_H753ZI is not a supported MCU. Supported MCUs are: [long list]
Am I doing something wrong, or was support dropped again in 6.17?
Target(s) affected by this defect ?
ST Nucleo H753ZI
Toolchain(s) (name and version) displaying this defect ?
Standard (ARM compiler 6.16)
What version of Mbed-os are you using (tag or sha) ?
mbed-os-6.17.0
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
mbed Studio 1.4.5
How is this defect reproduced ?
Change target, type in "753", Nucleo H753ZI will appear in the non-compatible section below. Compiling code will yield the error shown above.
The text was updated successfully, but these errors were encountered: