You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "flyingfish89 (via GitHub)" <gi...@apache.org> on 2023/01/28 13:38:43 UTC

[GitHub] [nuttx] flyingfish89 opened a new issue, #8327: a little question of esp32c3

flyingfish89 opened a new issue, #8327:
URL: https://github.com/apache/nuttx/issues/8327

   I found a problem:
     at this function: nuttx\sched\clock\clock_initialize.c\clock_initialize
     if we use ./tools/configure.sh -l  esp32c3-devkit:nsh and ./tools/configure.sh -l esp32c3-devkit:timer  and other frameworks
     i found that nuttx\arch\risc-v\src\esp32c3\esp32c3_timerisr.c\up_timer_initialize, even though it assigned something to the clock 
     interrupt,  but the clock interrupt didn't run
     
     I looked at the interrupt list and found that the clock interrupt existed but was not called.
     like this :
    
   ![image](https://user-images.githubusercontent.com/118660407/215269124-d84dcaec-fa97-4a11-ab54-8c26dafdda8a.png)
   
   the irq = 37 is an interruption of stdin,stdout,the clock interrupt is irq = 53(at the top of the text clock init is successful and it didn't run)
   @acassis Does the clock interrupt need to turn on any configuration


-- 
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.apache.org

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


[GitHub] [nuttx] acassis commented on issue #8327: a little question of esp32c3

Posted by "acassis (via GitHub)" <gi...@apache.org>.
acassis commented on issue #8327:
URL: https://github.com/apache/nuttx/issues/8327#issuecomment-1413908341

   @flyingfish89 please test https://github.com/apache/nuttx/pull/8415 and let me know if it fixed the issue


-- 
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


[GitHub] [nuttx] flyingfish89 commented on issue #8327: a little question of esp32c3

Posted by "flyingfish89 (via GitHub)" <gi...@apache.org>.
flyingfish89 commented on issue #8327:
URL: https://github.com/apache/nuttx/issues/8327#issuecomment-1414731230

   > @flyingfish89 please test #8415 and let me know if it fixed the issue
   
   yes,it fixed the issue.


-- 
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


[GitHub] [nuttx] flyingfish89 commented on issue #8327: a little question of esp32c3

Posted by "flyingfish89 (via GitHub)" <gi...@apache.org>.
flyingfish89 commented on issue #8327:
URL: https://github.com/apache/nuttx/issues/8327#issuecomment-1407416432

   > @flyingfish89 was this timer IRQ working before my modification?
   I found it last week
   


-- 
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


[GitHub] [nuttx] acassis commented on issue #8327: a little question of esp32c3

Posted by "acassis (via GitHub)" <gi...@apache.org>.
acassis commented on issue #8327:
URL: https://github.com/apache/nuttx/issues/8327#issuecomment-1407414142

   @flyingfish89 was this timer IRQ working before my modification?


-- 
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


[GitHub] [nuttx] flyingfish89 closed issue #8327: a little question of esp32c3

Posted by "flyingfish89 (via GitHub)" <gi...@apache.org>.
flyingfish89 closed issue #8327: a little question of esp32c3
URL: https://github.com/apache/nuttx/issues/8327


-- 
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