I started with the blink sketch (Arduino IDE 2.3.3).
After connecting the board to my PC (Win10, 64bit) the Tools menue offers COM15 which I selected.
I followed the proposed procedure for uploading:
Use the onboard BOOT0 and NRST button to put the board into bootloader > mode:
● press and hold the BOOT0 button
● press and release NRST (reset) button to power cycle the processor
● release BOOT0 button
But uploading ends with the message
Error: Target device not found.
Establishing connection with the device failed.
Does the STM32 need a special USB driver, or what is wrong with my upload procedure?
I guess programming with ST-Link works without bootloader and then there is no Serial Monitor available for debugging?
Can ST-Link also be used for debugging?