I want to use TimeSlot API for nrf52832.
two question.
I want to use time slots regularly.
I call follow,
timeslot_open()
timeslot_request() - timeslot_end() -> IDLE_STATE
a few delay
timeslot_request() - timeslot_end() -> IDLE_STATE
...repetition
a few delay
In IDLE-STATE, what resource is used? (ex: additional power comsumption, etc.)
and, forever timeslot_open(not call timeslot_close()), what problem exist?