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 2019/10/21 10:45:25 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request #2058: mcu/stm32: STM32F4x5/4x7 Errata fix

kasjer opened a new pull request #2058: mcu/stm32: STM32F4x5/4x7 Errata fix
URL: https://github.com/apache/mynewt-core/pull/2058
 
 
   Having 3 NOPs after WFI seems not always help for instruction
   placed at 0x080xxxx4 addresses.
   So now code makes sure that WFI is never placed at dangerous
   address by placing it in function with know alignment.

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


With regards,
Apache Git Services