Expand description
Board file for Nucleo-F429ZI development board
Modules§
- io
- Support routines for debugging I/O.
Structs§
- Nucleo
F429ZI 🔒 - A structure representing this platform that holds references to all capsules for this platform.
Constants§
- FAULT_
RESPONSE 🔒 - NUCLEO_
F429ZI_ HSE_ FREQUENCY_ MHZ - Nucleo F429ZI HSE frequency in MHz
- NUM_
PROCS 🔒
Statics§
- CHIP 🔒
- PROCESSES 🔒
- 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.
- set_
pin_ 🔒 ⚠primary_ functions - Helper function called during bring-up that configures multiplexed I/O.
- setup_
dma 🔒 ⚠ - Helper function called during bring-up that configures DMA.
- setup_
peripherals 🔒 ⚠ - Helper function for miscellaneous peripheral functions
- 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.