User Activity

Hi guys, Is it possible to read multiple gpio simultaneously? See part of my code below. Thankswhile (1) { if ( (HAL_GPIO_ReadPin(IN_1_GPIO_Port, IN_1_Pin) == GPIO_PIN_SET) || (HAL_GPIO_ReadPin(IN_2_GPIO_Port, IN_2_Pin) == GPIO_PIN_SET) || (HAL_GPIO_...
Posted on June 25, 2018 at 18:59Hi everyone,I play with a Nucleo-F767ZI, using the ST-Link part provided on the PCB.I would like to use a ST-Link/v2 to program my MCU.I was wondering, whether it is possible to power my MCU (without USB PWR) and use ...
Posted on May 31, 2018 at 16:58Hi everyone,I have a STM32F7 Discovery board and I would like to upload new firmware on it.I read AN2606 and AN4826, and I saw that it's possible to split the flash into two memory banks (nDBank = 0) and I can start ei...