Current code can be found under main.cpp.
- Use one core for monitoring (CORE-M) and other for executing (CORE-E).
- CORE-E handles state machine logic
- CORE-M handles interrupts, logging,
- Use STM32 mailbox to pass LOGLEVEL from CORE-E to CORE-M
critical: restarterror: shutdown
- MAP IGS / Valves to GPIO
- Implement Supply
3 hrs
- Implemented PURGING State Machine
- Set up STM32H7 IDE