3 posts / 0 new
Last post
Max44
Offline
Last seen:8 months 3 weeks ago
Joined:2016-02-08 15:58
Main loop callbacks?

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:
MT_dialog
Offline
Last seen:1 month 3 weeks ago
Staff
Joined:2015-06-08 11:34
Hi Max44,

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

Max44
Offline
Last seen:8 months 3 weeks ago
Joined:2016-02-08 15:58
MT,

MT,

Thanks. Looks like some good info there.

Max

Topic locked