Maybe there is some issue with the spaces in paths. I run on Linux so can’t test it but try the following:
- Copy the
crash_log_parser.py
andcrash_log.txt
files to your build directory
C:\Users\georg.LAPTOP-MIF8IBGQ\Mbed Programs\SDMotors\BUILD\NUCLEO_F401RE\ARMC6
-
Open the command prompt and change directory to the one above.
-
In the command prompt execute:
python crash_log_parser.py crash_log.txt SDMotors.elf SDMotors.map
This thread might help too.