MCU gets stuck when enabling DMA channel to read from GPIO register on STM32F103.
I want to read from GPIOB in regular intervals into the RAM. After 8 hours of reading blog posts, examples and trying different things I had no success. I am using STM32Cube to generate code and I am using following code to initiate transfer. So far ...