mbed library with additional peripherals for ST F401 board

Fork of mbed-src by mbed official

This mbed LIB has additional peripherals for ST F401 board

  • UART2 : PA_3 rx, PA_2 tx
  • UART3 : PC_7 rx, PC_6 tx
  • I2C2 : PB_3 SDA, PB_10 SCL
  • I2C3 : PB_4 SDA, PA_8 SCL
Committer:
mbed_official
Date:
Thu Dec 12 10:45:05 2013 +0000
Revision:
56:99eb381a3269
Parent:
53:ee96c43874d6
Synchronized with git revision bd51e4eb73a1706f1d5379ec5cebcbd6d978cb4f

Full URL: https://github.com/mbedmicro/mbed/commit/bd51e4eb73a1706f1d5379ec5cebcbd6d978cb4f/

[NUCLEO_F103RB] Add I2C master, code cleanup, ...

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 53:ee96c43874d6 1 ; *************************************************************
mbed_official 53:ee96c43874d6 2 ; *** Scatter-Loading Description File generated by uVision ***
mbed_official 53:ee96c43874d6 3 ; *************************************************************
mbed_official 53:ee96c43874d6 4
mbed_official 53:ee96c43874d6 5 LR_IROM1 0x00000000 0x00080000 { ; load region size_region
mbed_official 53:ee96c43874d6 6 ER_IROM1 0x00000000 0x00080000 { ; load address = execution address
mbed_official 53:ee96c43874d6 7 *.o (RESET, +First)
mbed_official 53:ee96c43874d6 8 *(InRoot$$Sections)
mbed_official 56:99eb381a3269 9 *.o (+RO-CODE) ; forces all CODE to IFLASH
mbed_official 56:99eb381a3269 10 .ANY2 (+RO-DATA) ; prioritizes DATA in IFLASH before SPIFI
mbed_official 56:99eb381a3269 11 .ANY (+RO) ; remaining RO
mbed_official 53:ee96c43874d6 12 }
mbed_official 53:ee96c43874d6 13 RW_IRAM1 0x100000E8 0x0000FF18 { ; RW data
mbed_official 53:ee96c43874d6 14 .ANY (+RW +ZI)
mbed_official 53:ee96c43874d6 15 }
mbed_official 53:ee96c43874d6 16 RW_IRAM2 0x20000000 0x00004000 {
mbed_official 53:ee96c43874d6 17 .ANY (AHBSRAM0)
mbed_official 53:ee96c43874d6 18 }
mbed_official 53:ee96c43874d6 19 RW_IRAM3 0x20004000 0x00004000 {
mbed_official 53:ee96c43874d6 20 .ANY (AHBSRAM1)
mbed_official 53:ee96c43874d6 21 }
mbed_official 53:ee96c43874d6 22 }
mbed_official 53:ee96c43874d6 23
mbed_official 53:ee96c43874d6 24 LR_IROM2 0x28000000 0x01000000 {
mbed_official 53:ee96c43874d6 25 ER_IROM2 0x28000000 0x01000000 { ; load address = execution address
mbed_official 56:99eb381a3269 26 .ANY1 (+RO-DATA) ; all DATA not fitting in IFLASH
mbed_official 56:99eb381a3269 27 .ANY (SPIFI_MEM) ; DATA tagged as SPIFI_MEM
mbed_official 53:ee96c43874d6 28 }
mbed_official 53:ee96c43874d6 29 }
mbed_official 53:ee96c43874d6 30