Really *** question - Running software without debugger
Hi,
Developing software on STM32 MCUs - in the case STM32F3discovery.
I am using rust and reasonably (no expert) used to developing and running code using the environment but I am unsure how to run the code outside of the debugger.
I build a release version and flash but it never seems to be running.
My scope is not near my desk so it is quite inconvenient to stretch this across the house, not to mention the wife :)
What am I doing wrong.
What I am doing generally is
cargo run --release --bin mybin
cargo flash --release --bin mybin --chip stm32f303vctx
I am sure this is very obvious and people are saying "got a right one here" but hey I have a free day tomorrow from work and chores and would be great to be able to focus
Thanks,
