This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Output Window Loads and Verifies Flash to Board but Actually Crashes

I am currently trying to load a CMSIS blinky example onto a MCB4300 board. I have modified the code to meet the board requirements.

The code compiles with no errors and when loading the code to flash the output windows says it was a success. However on the board the program does not run and crashes the chip rather than loading on the new program. When pressing the reset button all the LEDs are set on and that is how it stays.

Would anyone know how to fix this error?

Thanks

  • Then you'll need to debug the program and step through it and understand where it gets, and what it does.

    Compilation errors only tell you if the syntax is correct, not that the code is remotely viable.

    Make sure that you are setting up the clocks, and pins correctly for the LEDs that are on the board, and that any jumpers are in their required positions.