STM32F7 maximum toogle GPIO speed question
Posted on August 30, 2017 at 15:28Hi to all,Am working with a a custom board with a STM32F767BIT6 working at the highest speed possible. I am trying the simplest test on a GPIOH pin 8 : for(;;){ { GPIOH->BSRR = 0x00000100U; ...