I am trying to perform adc in stm32 bluepill. On debugging I receive this error in keil uvision5 community edition
Cannot access Memory (@ 0x08000000, Write, Acc Size: 1024 Byte)Error while accessing a target resource. Resource perhaps not available or a wrong access was attempted.*** error 57...
I recently bought a monochrome oled 0.96 inch and after hooking it upto to the stm32(blue pill) board, i noticed that the refresh rate was quite slow. I tested out the display with an arduino nano, but the nano's refresh rate was a lot faster. I programmed them both using arduino ide. Is there...