User Activity

Hello,I am working on the evaluation board STM32MP157CDk2I am trying to add my code in the main method while loop in order to toogle pins.I added the following code:while (1) { /* USER CODE END WHILE */ HAL_GPIO_TogglePin(atoi(1), GPIO_PIN_1...
Hallo ,I am trying to debug an imported project from CubeMx, which is just the configuration of the STM32MP!57C-DK2 board, I built the solution in the system workbench and then connected to the board. on the Console I cannot see any IP Address for th...