Resolved! Turning ON LED on Nucle-G474RE not working when not using HAL
Hi.I am learning how to turn on LED2 of a NUCLEO-G474RE board by using registers (without HAL).I have created a small project which contains: // This first block works and updates the registers // Start GPIOA Clock (*(uint32_t*)0x4002104C) &= ~(1 ...