Core limitations 1.1.1 Interrupt service routine (ISR) executed with priority of main process Description If an interrupt is cleared or masked when the context saving has already started, the corresponding ISR is executed with the priority of the main process. Workaround None. No fix is planned for this limitation. 1.1.2 Main CPU execution is not resumed after an ISR resets the AL bit Description If the CPU is in wait for interrupt state and the AL bit is set, the CPU returns to wait for interrupt state after executing an ISR. To continue executing the main program, the AL bit must be reset by the ISR. When AL is reset just before exiting the ISR, the CPU may remain stalled. Workaround Reset the AL bit at least two instructions before the IRET instruction. No fix is planned for this limitation.
声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉
全部0条评论
快来发表一下你的评论吧 !