STM32L08x RNG and DMA not accessible
RNG, CRC, and DMA are all peripherals on the STM32L08x AHB bus. If I try to write to CRC_INIT before enabling CRC clock in RCC then STM32-WorkBench Memory window correctly just shows zeroes. But after enabling CRC clock in RCC_AHBENR and writing to CRC_INI, then value written is shown in Memory window.
But if I do the same with RNG or DMA then those peripheral registers aren't accessible for writing after enabling the peripheral in RCC.
Is there some special magic that has to be applied to enable clocks to those two peripherals?
