Part Number: CC2642R
Other Parts Discussed in Thread: CC2640R2F
Hi,
i'm observing some strange behaviour. My device is advertising and it seems like it's running. Additionally it seems like it does not dequeue any enqueued messages anymore in the task managing the advertising.
I'm receiving some messages and including GAP_DEVICE_INIT_DONE and i'm starting the creation of Advertising-Sets as well as advertising itself after this event. Sadly i won't get any message like 'GAP_EVT_ADV_START' or similar. Due to the assumed scheduling issue i've looked into the Clock module using the ROV. There i saw my callbacks for the clock event as well as some 'ICall_clockFunc' including the timeouts and the remaining time. There i saw the 'ICall_clockFunc' has been set to '89999700' which i interpreted as faulty. After observing this i tracked down the point at which this timeout is set. It looks like 'GAP_DeviceInit' is causing this timeout to be set.
Using a CC2640R2F application this timeout is present too but set to 2700 which seems much more correct.
Do i have to add some initialization steps or set this timeout manually to a correct value?
Thanks for your answers.
Best regards,
Jan