Crate msp_exp432p401r

Source
Expand description

Board file for the MSP-EXP432P401R evaluation board from TI.

Modulesยง

io
Support routines for debugging I/O.

Structsยง

MspExp432P401R ๐Ÿ”’
A structure representing this platform that holds references to all capsules for this platform.

Constantsยง

FAULT_RESPONSE ๐Ÿ”’
How should the kernel respond when a process faults.
NUM_PROCS ๐Ÿ”’
Number of concurrent processes this platform supports.

Staticsยง

CHIP ๐Ÿ”’
Static reference to chip for panic dumps.
PROCESSES ๐Ÿ”’
Actual memory for holding the active process structures.
PROCESS_PRINTER ๐Ÿ”’
STACK_MEMORY
Dummy buffer that causes the linker to reserve enough space for the stack.

Functionsยง

mainโš 
Main function called after RAM initialized.
setup_adc_pins ๐Ÿ”’ โš 
Function to setup all ADC-capaable pins Since the chips has 100 pins, we really setup all capable pins to work as ADC-pins.
start ๐Ÿ”’ โš 
This is in a separate, inline(never) function so that its stack frame is removed when this function returns. Otherwise, the stack space used for these static_inits is wasted.
startup_intilialisation ๐Ÿ”’ โš 
Startup initialisation