-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
Add support to nucleo h563zi #800
base: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: Patrick José Pereira <[email protected]>
ping @valeros |
Hi @patrickelectric, please review my comments above. |
@valeros check now, everything should be fixed |
Thanks, have you tested this board with PlatformIO? Does it work as expected? |
I did it using openocd, I know that the platformio openocd package does not support it but I'm using the OpenOCD of STM. |
Signed-off-by: Patrick José Pereira <[email protected]>
I see. Honestly, I’m a bit hesitant to add a new board that we can’t program or debug with our current tools. The latest stable OpenOCD doesn’t support the H5 family, and we don’t use any OpenOCD forks. So, basically, you’ll have to drop |
its not so bad, just care about building the binary, There are other options to flash other than openocd |
Yeah, the binary is working fine. |
Yeah this seems to working okay! |
Fix #730