Expand description
Teensy 4.0 Development Board
System configuration
- LED on pin 13
- UART2 allocated for a debug console on pins 14 and 15
- GPT1 is the alarm source
Modulesยง
- dma_
config ๐Static configurations for DMA channels. - fcb ๐FlexSPI Configuration Block (FCB)
- io ๐
Structsยง
- Teensy40 ๐Teensy 4 platform
Constantsยง
- FAULT_
RESPONSE ๐What should we do if a process faults? - FCB_
SIZE ๐ - NUM_
PROCS ๐Number of concurrent processes this platform supports
Staticsยง
- CHIP ๐
- FCB_
BUFFER ๐Buffer between FCB and IVT - PROCESSES ๐Actual process memory
- PROCESS_
PRINTER ๐ - STACK_
BUFFER ๐Space for the stack buffer
Functionsยง
- mainโMain function called after RAM initialized.
- set_
arm_ ๐clock Set the ARM clock frequency to 600MHz - 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.
Type Aliasesยง
- Chip ๐