As far as i could tell, there are no common examples for the nucleo and interrupt handling is not documented properly
What should be there
- Proper documentation of interrupt interface via examples
- Proper documentation of which ISR vectors / handlers exist
- the same way there are typedefs for IOs and common registers via board.hpp, there should be a lookup for possible ISR table entries and their offsets
Examples that should be included
- clean examples of
- I/O interrupt
- timer interrupt
- [dma interrupt (would need a DMA example, if existing)]
Am I wrong here? What do you guys think
As far as i could tell, there are no common examples for the nucleo and interrupt handling is not documented properly
What should be there
Examples that should be included
Am I wrong here? What do you guys think