I'm working with the custom profile example(s) provided in SDK 5.0.3 and a DA14580 Basic Kit. Is there any documentation on the callbacks in user_callback_config.h? I'm particularly interested in the main loop callbacks. So far I'm able to use the .app_on_ble_powered callback successfully, but I'm proceeding mostly by trial and error.
Device:
Hi Max44,
You can have a look at the UM-B-051 DA1458x Software Platform Reference document, in section 7.1.3 the main loop is described. Also you can have a look at the UM-B-006.pdf where the
sleeping procedure is descibed, there you can find more details about the way the 580 switches between the sleeping modes in the main loop, the UM-B-006 is for the older SDK3 but the
idea is the same.
Thanks MT_dialog
MT,
Thanks. Looks like some good info there.
Max