This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Read/Write byte to GPIO?

Recently migrated to ARM KEIL, using stm32f4 with HAL drivers, and im wondering i didnt found any fucntions or exmaples how to write byte to the GPIO, HAL has only GPIO_Write function which allows only bits, the same thing with registers, its ODR and IDR register, only bits can be written, so if i want to write to the GPIO i need to control clock and data bits by myself, is it only way? If yes, can someone share the sample of that, because i cant believe nobody did it before me, thanks