You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2020/09/03 09:48:39 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request #2369: stm32: Disable WFI when OS_SYSVIEW is defined

kasjer opened a new pull request #2369:
URL: https://github.com/apache/mynewt-core/pull/2369


   Reading RAM or FLASH from Debugger on STM32 MCUs in SLEEP (WFI)
   returns wrong values.
   If makes it almost impossible to use with SystemView when application
   runs at high clock speed and spend a lot of time in SLEEP mode.
   SystemView is often not able to correctly read header for RTT
   virtually preventing tool to detect instrumentation.
   
   This change replaces WFI with busy loop waiting for interrupts when
   OS_SYSVIEW is defined.


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

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



[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2369: stm32: Disable WFI when OS_SYSVIEW is defined

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on pull request #2369:
URL: https://github.com/apache/mynewt-core/pull/2369#issuecomment-686380656


   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this time!
   


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

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



[GitHub] [mynewt-core] kasjer merged pull request #2369: stm32: Disable WFI when OS_SYSVIEW is defined

Posted by GitBox <gi...@apache.org>.
kasjer merged pull request #2369:
URL: https://github.com/apache/mynewt-core/pull/2369


   


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

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