Contiki-NG
Modules | Files

Modules

 OpenMote-B
 OpenMote-B is a new board by OpenMote Technologies, released in 2018.
 
 OpenMote-CC2538
 The OpenMote-CC2538 board was designed at UC Berkeley in 2013 and is comercialized by OpenMote Technologies since 2014.
 

Files

file  contiki-conf.h
 Configuration for the OpenMote platform.
 

CC2538 System Control configuration

#define SYS_CTRL_CONF_OSC32K_USE_XTAL   1
 Use the on-board 32.768-kHz crystal.
 

Serial Boot Loader Backdoor configuration

#define FLASH_CCA_CONF_BOOTLDR_BACKDOOR   1
 Enable the boot loader backdoor.
 
#define FLASH_CCA_CONF_BOOTLDR_BACKDOOR_PORT_A_PIN   6
 Pin PA6 (ON/SLEEP on the OpenBase), activates the boot loader.
 
#define FLASH_CCA_CONF_BOOTLDR_BACKDOOR_ACTIVE_HIGH   0
 A logic low level activates the boot loader.
 

Detailed Description