• How to generate timer interrupt?

    ocean
    ocean

    Hi all,

    I was studying juno_ADP_trm.pdf, but i don't find how to generate timer interrupt? for example, loop interrupt of 1ms.

    someone did it?

    • Answered
    • over 5 years ago
    • Open Source Software and Platforms
    • Arm Development Platforms forum
  • Critical interrupts

    Michael Williams
    Michael Williams

    In software there are often cases where you need to have critical interrupts serviced. For example, for:

    • Code profiling
    • Kernel debugging
    • Watchdog handling
    • Error handling.

    With the ARMv7-M architecture this can be achieved using nested interrupt handlers, but…

    • over 5 years ago
    • Processors
    • Processors blog