STM32 and Platformio
I have been developing a program for the Nucleo-32 (STM32L412KBU6) board in Visual Studio Code's Platformio, and I have run into an interesting problem. I am able to build my project with no errors and upload it successfully. However, whenever the code is uploaded to the board, the program does not run. The only way that I can get it to run is by using the debugger to walk step by step through the code. Does anyone know of a solution to this strange issue? (I can drop my code here in a zipped file if I need to).
Thanks, in advance, for the help.
