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...