User Activity

Posted on April 22, 2016 at 10:40I am using the STM32F091RC with the HAL libraries.I am trying to gain access to the backup registers and I am trying:PWR->CR |= 0x100;to set bit 8.  However it will not change the bit as though I am blocked out and i...
Posted on April 20, 2016 at 12:47HiI admit I am a complete newbie so please go easy.... :)I need to store some variables in the 5 memory locations in the STM32F091RC.  We have the following code:mark1 = 123;RTC_HandleTypeDef RtcHandle;RtcHandle.Inst...