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