This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Configuration Keil Project

I'm still having a bit of trouble getting my board to receive Heart Rate information from the demo example provided in the 7.2.0 SDK. I've configured the network key correctly (using the ANT+ network key), and the code downloads perfectly fine to the board but I don't think its running correctly. I set breakpoints in the code and when I allow the code to run freely it never hits the breakpoints. I'm assuming I've configured something incorrectly, likely when I imported the Keil project into Crossworks. I'd offer more details, but I'm really not too sure what I've done wrong

Parents Reply Children
  • Thanks Asbjorn, I had set the breakpoints in the wrong place. However I've disabled optimization on this project and there's no change in the behaviour of the program. I seem to get stuck in some sort of infinite loop, it says there's an unknown function at 0xFFFFFFFE and all it does it repeat the same instructions in the disassembly view movs r0, r0. EDIT: Figured part of it out, had my debugger entering at the wrong point

Related