This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
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

Check application is correct after OTA update

Hi, I performed an OTA update of my APP. (SD 7.0 and BLE single bank bootloader were flashed). The update finished without an error and then my application even starts, but once I press some buttons to interact application freezes (i have a small screen for outputs).

If I try to start debug in Keil - it just hangs. So the question is what could be wrong and how could i check that my application is doing what its supposed to do? Or may be I did something wrong when placing bootloader?

EDIT: Just noticed that app_gpiote doesnt work when I have bootloader flashed.

Thanks!

Parents
  • Hung, Im using the one from github indeed. Just commented out all the led operations.

    I think its something with compiler. It produces different results. I can write a program - compile it and it doesnt work, then I comment out some functions, compile and remove comments compile again and it works. So not sure what it was, but now everything works just fine...

Reply
  • Hung, Im using the one from github indeed. Just commented out all the led operations.

    I think its something with compiler. It produces different results. I can write a program - compile it and it doesnt work, then I comment out some functions, compile and remove comments compile again and it works. So not sure what it was, but now everything works just fine...

Children
Related