I'm currently trying to program (upload a code) a STM32F411CEU6 board and a NUCLEO-F103RB with an Raspberry Pi 4, in Raspbian OS.
To get started I install Arduino IDE on the Raspberry Pi, then I configure the settings and add the following link in the "Additional Boards Manager URLs" : https://GitHub.com/stm32duino/BoardMana ... index.json
And I could add the associated STM32duino package.
I did select the appropriated STM32 board to the IDE before uploading the code. The problem is that I could successfully upload the code (no error message) on the board but It doesn't really execute properly. The code is pretty simple : LED blinking and print a message on the serial monitor.
After that, I found the following link :
https://raw.githubusercontent.com/koend ... index.json
where I could successfully upload and execute a code on the NUCLEO-F103RB but not on the STM32F411 board.
And my big questions are : why I could upload a code on the NUCLEO-F103RB and not on the STM32F411 board ? what can I do/try to upload a code AND execute It correctly on STM32F411CEU6 board ?
Take note, that the first link work on an Windows OS because I could successfully upload and execute a code on both board and many others.
I didn't find many website that talk about uploading a code from an Rasppbery Pi 4 to an STM32, so I hope this forum can help me.
Thank you in advance for your help

P.S: It's my first time posting a subject on a forum, if there is anything wrong in my post, please let me know.