Hi, I have problem. I have idea: my STM32H745 must read GPIO state as quickly as possible. FCPU = ~400MHzI wrote the program in assembler for M7LED_ON()ldr r2, [r3, #IDR]ldr r2, [r3, #IDR]... ~650xLED_OFF()...only read, IDR, no write (no record yet)A...