2018-01-23 01:37 AM
I found a strange behavior of the STM32L NUCLEO cards. I installed a sensor network using Contiki and I implemented an RTC. If I try to set RTC_SYNCH_PREDIV to a value above 1023 (for example 2047, 4095, ... up to 32767), the nodes will no longer receive packets from the border router. Has anyone happened to something like this? #RTC
2018-01-23 05:58 AM
You mean this:
?You need to do some more investigation to see what happens with
RTC_SYNCH_PREDIV > 1023 to stop the nodes receiving packets...