How can I use GPIOx_BSRR register?
Hi,I use stm32h743zi nucleo board and I try to GPIOx_BSRR register .This register has two 16 bit registers "BSRRL" and "BSRRH".As I understand BSRRL is used to set bit and then BSRRH is used to reset bit.GPIOB->BSRRL =(1<<0); to set the zero p...