Skip to content

general modm interrupt handling examples #573

@kikass13

Description

@kikass13

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions