Using USBSerial on BLACKPILL board.

For more details click on the link below:

Import programBlackpill_Hello

Using low cost Blackpill (STM32F411CEU6) boards with mbed.

mbed_app.json

Committer:
hudakz
Date:
2021-02-11
Revision:
2:9625237e90fa
Parent:
0:2912fe6f7530

File content as of revision 2:9625237e90fa:

{
    "target_overrides":{
        "*": {
            "target.clock_source": "USE_PLL_HSE_XTAL",
            "target.clock_source_usb": "1"
        }
    }
}