Open patrickelectric opened 2 months ago
ping @valeros
Hi @patrickelectric, please review my comments above.
@valeros check now, everything should be fixed
check now, everything should be fixed
Thanks, have you tested this board with PlatformIO? Does it work as expected?
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.
I did it using openocd, I know that the platformio openocd package does not support it but I'm using the OpenOCD of STM.
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 st-link
and cmsis-dap
from the list of upload protocols. That means the board will need to be programmed either through mass storage (which I think the latest ST-Links support) or using an external J-Link debug probe, but that’s going to make the developer experience pretty rough.
its not so bad, just care about building the binary, There are other options to flash other than openocd
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.
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