Hi,
I just recently started testing out the dual image concept example with a CC1350STK. I am printing it out through UART and the button interrupt seems to be working. However, when I press the button the DualImageConcept_handleKeys is executed, switchImage and HAL_SYSTEM_Reset() is executed but it didn't seem to have swap to Image A from B because I was not seeing anything at all on UART but from testing it seems that the program did reset and exit from Image B. so I'm I doing something wrong ?.
I compiled the example using these steps.
1. Build and program the stack
2.Build and program ImageA
3.Build and program ImageB
4. Press the button to trigger interrupt and toggle image change.
Thanks
Tony