Hi,
I am using CCS to make some changes to the OOB application to modify some of the code in the AP role. From the manual, entering the AP role requires SW2 be pressed on the launchpad. When I make the mods for the change that I want to see (a simple UART PRINT to the terminal) , launch the debugger and load the code to the launchpad, the board initializes properly (station role). When I press the SW2 for AP role, my change does not take effect. Looking at the code I see that there is an mcuReboot (command) issued when SW2 is pressed.
The command seems to ignore my changes and run the image OOB code.
BTW, the changes that I make BEFORE I press SW2 (also simple UART PRINT instruction, do take effect and I can see them on the terminal output
It's after the button press that things go sideways. Below is a screen shot from CCS showing the location of mcuReboot in the file "out_of_box.c"
Any ideas?
Thanks,
John