You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/01/20 08:58:30 UTC

[GitHub] [incubator-nuttx] zhuyanlinzyl edited a comment on pull request #5261: xtensa: add svccall handler and use svc call in context switch

zhuyanlinzyl edited a comment on pull request #5261:
URL: https://github.com/apache/incubator-nuttx/pull/5261#issuecomment-1017250336


   Yes,  As Xtensa is configurable cores, in hardware chip design, our chip let timer interrupt in level-2 and level-3 interrupt level.
   
   In interrupt higher than level one, the `EXCM` bit will not set by hardware when interrupt happen.
   
   I think it's the reason why we encounter this problem, but you not.
   
   In you product, the scheduler timer interrupt run in level-1 interrupt level.
   
   @Ouss4 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org