Posted on August 20, 2013 at 17:12
Hello,
I am trying to access GPIOB registers on STM32F373 using bit banding memory access.
Per the documentation, all the peripheral registers are mapped to bid-band memory locations. While it is easy to ...
Posted on August 20, 2013 at 22:21I am trying to move bits from memory to the GPIO using DMA, I am doing that today with BSRR set and get registers, but it's wasteful in terms of memory as I need to maintain a full byte in memory to control one bit ...