User Activity

How do I set/reset a GPIO pin on CN1 like D8 (PB2, pin 37 of STM32L475VGT6) of B-L475E-IOT01A ?This is NOT working:HAL_GPIO_WritePin(GPIOB, GPIO_PIN_8, GPIO_PIN_SET);Also, is there a code line or two to set as pull-up or pull-down output and initiall...
I would like to enable WiFi on the STM32L4 Discovery kit IoT node (B-L475E-IOT01A) and run a very simple HTTP server inside a FreeRTOS task.I would prefer to use the STM32CubeIDE to do this but will yield to MBED or some other framework if necessary....