Other Parts Discussed in Thread: SYSCONFIG
Hi all,
I am working on cc2642 + SDK(v5.10). I am using three projects (BIM,Persistent and Simple peripheral OAD onchip)for my application and creating SUPER hex to flash the device. I have enable UART in syscfg file in projects.My device will be either in persistent mode or application mode. when my device is in simple peripheral app i can see the debug prints on TERATERM.I have added some debug prints in Persistent app also to identify if device is in persistent app or not. From main application when i write a request for OAD RESET,device goes to persistent app but it does not print the debugs which i have added in it.Any other requirement to add debug in persistent app? Secondly,device name in persistent app is "OAD persistent app" remains same even when i have changed it from "oad_persistent_app.c" file. is there any other source that set the ble name in persistent app?
Need help on above 2 queries.
Thanks