We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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