Board: OpenMote - jonas-rem/RIOT GitHub Wiki
Overview
The OpenMote is slim board that comes with a TI SoC combining an ARM Cortex-M3 microcontroller with an IEEE802.15.4 radio.
Hardware
MCU | CC2538SF53 |
---|---|
Family | ARM Cortex-M3 |
Vendor | Texas Instruments |
RAM | 32Kb |
Flash | 512Kb |
Frequency | 32MHz |
FPU | no |
Timers | 4 |
ADCs | 1x 12-bit (8 channels) |
UARTs | 2 |
SPIs | 2 |
I2Cs | 1 |
Vcc | 2V - 3.6V |
Datasheet | Datasheet (pdf file) |
Reference Manual | Reference Manual |
Flashing and Debugging
Currently RIOT supports flashing the OpenMote using a Segger JLink JTAG adapter. To be able to flash the board you need to install Seggers JLinkExe tool. Once you have this in place, you can simply flash by calling
make flash
from your application folder.