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

targets/cmsis/TARGET_Freescale/TARGET_K20D5M/TOOLCHAIN_ARM_STD/MK20D5.sct

Committer:
mbed_official
Date:
2013-12-26
Revision:
68:41613245dfd7

File content as of revision 68:41613245dfd7:


LR_IROM1 0x00000000 0x20000  {    ; load region size_region (132k)
  ER_IROM1 0x00000000 0x20000  {  ; load address = execution address
   *.o (RESET, +First)
   *(InRoot$$Sections)
   .ANY (+RO)
  }
  ; 8_byte_aligned(62 vect * 4 bytes) =  8_byte_aligned(0xF8) = 0xF8
  ; 0x4000 - 0xF8 = 0x3F08
  RW_IRAM1 0x1FFFE0F8 0x3F08 {
   .ANY (+RW +ZI)
  }
}