Expand description
Board file for the MSP-EXP432P401R evaluation board from TI.
Modulesยง
- io
- Support routines for debugging I/O.
Structsยง
- MspExp432
P401R ๐ - 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