Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions platforms/boards/silabs/brd4180a.repl
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// BRD4180A - EFR32MG21A020F1024IM32 radio board (Wireless Starter Kit)
// 1024 kB flash, 96 kB RAM.
// VCOM: USART0 TX=PA05 RX=PA06. LED0=PB00. BTN1=PD03.
using "platforms/cpus/silabs/efr32s2/efr32xG21.repl"

led0: Miscellaneous.LED @ gpioPort 16 // PB00

gpioPort:
16 -> led0@0

button1: Miscellaneous.Button @ gpioPort 51 // PD03
-> gpioPort@51

sram:
size: 0x18000

flash:
size: 0xFE000

lockbitsdata: Miscellaneous.SiLabs.SiLabs_LockbitsData @ sysbus 0x000FE000
size: 0x2000

msc:
flashSize: 0x100000
flashPageSize: 0x2000
Loading