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