Solved
Hello, I'm begginner on stm32 and i try to program, without succes, a VCP on NucleoBoard L152re.
My code is simply :
HAL_Delay(100);
HAL_GPIO_TogglePin(GPIOA,GPIO_PIN_5);
uint8_t buffer[] = "Hello, World!\r\n";
CDC_Transmit_FS(buffer, sizeof(buffer));But nothing...
> The led is blinking.
> The VCp is define via *.IOC with no error.
> Compilation without error.
I see a VCP but i think is the st-link debugger VCP.
It's right ?
Do you have advice for me ?
