[Platform] DA14583IOTSENSKT
[Codebase] DA1458x_IOT\v5.160.1.19
[SDK] sdk_580
[Problem]
1. Running f/w burned on board, my device (i-phone) can search BLE device: IoT-DK-SFL, and connect it by IoT Sensor APP to read sensors.
2. OK to compile DA1458x_IOT without any modification. Loading the f/w by JLINK, and run code, my i-phone cannot search BLE device!?
[Question]
1. Any configuration should be modified?
2. Any other suggestion?
Device:

1. Succ. to find BLE device, if disabling GOTO_SLEEP block in main_func( )
2. However, IoT Sensor APP will somehow returns to search page, after APP goes to sensor page (connecting ok). What to check?
Hi Louis,
The IoT implements sleep by default, so in order to debug it via keil you need to disable sleep (set the app_default_sleep_mode = ARCH_SLEEP_OFF) and set back any change you ve made in the main_func() and try to connect to the application again.
Thanks MT_dialog
[STATUS] Closed
[NOTE] Disabling sleep mode makes device running normally under Keil debugger.