mbed-dev library fork for STM32F100R6 microcontroller (LQFP64, 24MHz, 32kB flash, 4kB ram, 2-channel DAC, HDMI CEC, very cheap) . Use in online compiler (instead mbed library) with selected platform Nucleo F103RB.

Fork of mbed-dev by mbed official




Tested and working:

  • blink
  • system frequency 24Mhz (with external xtal 8Mhz)
  • stdio uart on pins PA_2-PA_3
  • Serial on pins PA_9-PA_10
  • AnalogOut on pins PA_4, PA_5 (DAC)
  • AnalogIn on pins PA_0, PA_1, PA_2, PA_3, PA_4, PA_5, PA_6, PA_7, PB_0, PB_1, PC_0, PC_1, PC_2, PC_3, PC_5, PC_5


    Notes:
  • TIM2 is used for mbed needs (eq Timer, Ticker, wait etc. )




    Simple test program:

    Import programtestF100R6

    simple tests for STM32F100R6 microcontroller with dedicated library

History

fixed incompatibility with the modified mbed environment Ch.n+1 default tip

2017-03-19, by mega64 [Sun, 19 Mar 2017 23:16:34 +0000] rev 51

fixed incompatibility with the modified mbed environment Ch.n+1


repair the effects of improvements in the mbed environment

2017-02-14, by mega64 [Tue, 14 Feb 2017 23:44:18 +0000] rev 50

repair the effects of improvements in the mbed environment


Changes in device.h to avoid error online compilation (can_t)

2016-09-02, by mega64 [Fri, 02 Sep 2016 16:47:33 +0000] rev 49

Changes in device.h to avoid error online compilation (can_t)


hal conditional expressions forced to F100xB

2016-05-08, by mega64 [Sun, 08 May 2016 16:33:53 +0000] rev 48

hal conditional expressions forced to F100xB


tested uart PA_2/PA_3

2016-01-25, by mega64 [Mon, 25 Jan 2016 21:24:59 +0000] rev 47

tested uart PA_2/PA_3


sysclk ok. blink worked

2016-01-01, by mega64 [Fri, 01 Jan 2016 23:46:45 +0000] rev 46

sysclk ok. blink worked


bad not start

2016-01-01, by mega64 [Fri, 01 Jan 2016 22:26:22 +0000] rev 45

bad not start


before clock mod

2016-01-01, by mega64 [Fri, 01 Jan 2016 14:52:35 +0000] rev 44

before clock mod


changed: flash size, ram size, vectors

2016-01-01, by mega64 [Fri, 01 Jan 2016 02:48:03 +0000] rev 43

changed: flash size, ram size, vectors


init

2015-12-31, by mega64 [Thu, 31 Dec 2015 22:49:48 +0000] rev 42

init