Question
STM32w108 delay function with Ember stack
Posted on December 16, 2011 at 15:09
hi,
i have a problem with delay time function of the STM32W108 and EmberZnet stack. so I want a delay time of more than 10 seconds. I used the HAL library and especially the function: halCommonDelayMilliseconds(); it was exactly like this: halCommonDelayMilliseconds(10000); when I put it ON the delay was only for less than 3seconds and the uC make a WDG reset. can you help me with a function of delay time more than 10 seconds? thank you so much