zhuyanlinzyl commented on pull request #5336:
URL: https://github.com/apache/incubator-nuttx/pull/5336#issuecomment-1040176487
@Ouss4 I think I have find the reason:
CPU1 have not generate swi interrupt anymore.
As esp32 only have two software interrupt bit:
`#define ESP32_CPUINT_SOFTWARE0 7`
`#define ESP32_CPUINT_SOFTWARE1 29`
I select ESP32_CPUINT_SOFTWARE1 for CPU0 swi interrupt .
As the ESP32_CPUINT_SOFTWARE1 have interrupt level-3.
But ESP32_CPUINT_SOFTWARE0 is interrupt level-1.
I'd like to know, CPU1 must use another sw interrupt pin to generate
interrupt in ESP32?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]