Modification of mbed-src library only for STM32F030F4, very cheap microcontroller in 20-Pin TSSOP package, with 16Kbytes of Flash and 4Kbytes of Ram. **Target for online compilator must be Nucleo 32F030R8.**

Dependents:   STM32F031_blink_LED_2

You are viewing an older revision! See the latest version

Homepage

Table of Contents

    tested:

    • Serial (PA_2, PA_3), (PA_9,PA_10)
    • PwmOut PA_4, PA_6, PA_7, PB_1
    • AnalogIn PA_1, PA_2, PA_3, PA_4, PA_5, PA_6, PA_7, PB_1
    • HSI and HSE with quartz 8Mhz (auto detect ok)

    untested yet:

    • i2c
    • spi

    issues

    • baud rate not exact (because 3% error of HSI). But HSE with 8Mhz quartz does not help. Usart clock is HSI regardless use HSE?

    All wikipages