Newbie Blue Pill Blink CubeIDE
Hi,
Pretty new to STM32 but reasonably comfortable with ESP32, Pico and 40 years of C++. So old enough to expect it to be me.
Cannot get blink to work with blue pill 32k using cube ide on ubuntu 23.04 with
while (1)
{
/* USER CODE END WHILE */
HAL_GPIO_TogglePin(GPIOC, GPIO_PIN_13);
HAL_Delay(500);
/* USER CODE BEGIN 3 */
}
I do set the PC13 pin to output and set the sys debug thing but nothing else aside from the code.
Works fine for the neucleo board but not for this board. Also works fine with arduino so guessing the Programmer working fine. Although for neucleo I am not using the stlink v2.
Please remember I am new and could easily be doing something wrong.
Not at PC so maybe typos
Thanks
