User Activity

I am using a modified version of the ping-pong example. I am able to go to sleep and wake up on button press in order to send a TX message to another B-L072 receiver. My issue is when I put the receiver to sleep I am unable to make it wake up from ...
Posted on January 21, 2016 at 22:22I'm having an issue with the HAL_RTC_SetTime() function setting the RTC clock.  I'm using MXCube to generate the RTC settings for IAR compiler.I use the following code to set the clock to 1 hour  sTime.Hours = 0x1;...
Posted on September 23, 2015 at 19:48Hello,I am using STM32CubeMX with F0_V1.4.0 HAL to generate a IAR 7.40 EWARM project.I have setup the STM32F030R8Tx CPU to use the RTC, and generate an internal Alarm A.In the STM32CubeMX I have setup the RTC con...