User Activity

Posted on January 24, 2014 at 22:49Hi,I'm attempting to put my stm32w108 micro controller to sleep using the halSleepWithOptions function. The comments in halSleepWithOptions suggest calling halPowerDown and halPowerUp before and after waking up fro...
Posted on January 15, 2014 at 19:03I'm trying to use the following ST library function to sleep for 15ms. halSleepForMillisecondsWithOptions(15, 0x0); This appears to work but only when I start the code with the debugger. If I just flash the part, t...
Posted on January 15, 2014 at 03:05I can't for the life of me figure out how to get the STM32w108 the wake up with the sleep timer. I basically want to wake up every 15ms and run my main loop. My initialization routine is very short. Here it is:   S...
Posted on January 14, 2014 at 17:52Hi,I was unhappy with the ST provided libraries for sleep modes for the stm32w108 so I decided to write my own. I have managed to brick two different boards while messing around with sleep registers. These are cust...