Write multiple GPIO pins on the same port
Posted on June 25, 2017 at 17:04My code is written in C and I am using your HAL library I need to set/Reset 6 GPIO pins on the same port now I iam doing it by calling 6 times to HAL_GPIO_WritePin which take too much time how can I do it in one cpmma...