interrupt handler

Jython googcheng at gmail.com
Wed Apr 24 10:33:57 UTC 2019


HI, ALL!
now i use this mode for interrupt in rtems

status = rtems_interrupt_handler_install(
        STM32F4_IRQ_USART2,
        "SP2",
        RTEMS_INTERRUPT_UNIQUE,
        (rtems_interrupt_handler) USART2_handler,
        NULL
    );

for usart i must to make function O0  to make it work well

now for rtc wakeup , it happened some weird thing, it loop in it
https://lists.rtems.org/pipermail/users/2019-April/033176.html
i dont know where is the problem
maybe i miss something important
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20190424/7afcdaf3/attachment.html>


More information about the users mailing list