kasjer opened a new pull request, #3237: URL: https://github.com/apache/mynewt-core/pull/3237
Some STM32 devices have erratas for flash related issues that recommend workaround of placing WFI instruction in RAM. This is the case for STM32F4xx devices where other solution was to put WFI instruction at specific address locations (divisible by 8). New syscfg value STM32_WFI_FROM_RAM is introduced that adds function stm32_wfi_from_ram(). STM32_WFI is also added and can be used instead of WFI when needed BSP for affected STM32F4xx devices now use WFI from RAM instead of placing WFI instruction at aligne address. STM32L0 devices are also updated since anomally was also observed there. -- 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]
