User Activity

Hey guys, I'm Working on the NUCLEO-55WLJC1 Board. My Problem seems very simple but I've been struggling with this for some time now. I want to use HAL_GPIO_TogglePin To toggle a pin, but it has no effect at all. I tried to use HAL_GPIO_WritePin inst...
I wanted to use an additional Pin in the Ping Pong LoRa example program for the nucleo-WL55JC1 Board. So i set one as Output and saved the Configuration file. What happened, was that my Project then had about 200 Errors. Saving the Configuration must...
My pins seem to just be floating even though, i have set them to specific levels.the only one, that works properly is Pin 3 on 3.3 V. MX_GPIO_Init(); /* USER CODE BEGIN 2 */ HAL_GPIO_WritePin(GPIOA, GPIO_PIN_2, GPIO_PIN_RESET); HAL_GPIO...