User Activity

 while (1) { HAL_GPIO_WritePin(LD2_GPIO_Port, LD2_Pin, GPIO_PIN_RESET); if (HAL_GPIO_ReadPin(B1_GPIO_Port, B1_Pin)) { HAL_GPIO_WritePin(LD2_GPIO_Port, LD2_Pin, SET); } }}I am using the STM32 WB55 Nucleoboard, I am wondering why when I press the butt...
I get an error pop up saying "Error in final launch sequence: and Failed to start GDB server?How do I troubleshoot this error?  
I am working on the Programmable Voltage Detector (PVD) and was wondering if I can decrease the voltage instead of the default 3 volts it is outputting right now. I would like to decrease in different intervals to test the PVD.
I am using the Nucleo WB55 Development Board, how do I set up the (Programmable voltage detector) PVD and get it to work?
I would like to look at the register to see which values are stored inside that register. Then I would like to use that number to do operations.
Kudos from