btashton opened a new issue #2102:
URL: https://github.com/apache/incubator-nuttx/issues/2102


   There is an issue with the way the voltage output scale configuration is 
handled for the stm32h7.
   
   In `stm32h7x7xx_rcc.c`  the code block is `#if 0` disabled, but it is still 
enabled in the  `stm32h7x3xx_rcc.c`.
   This causes the nucleo-h743(5) to frequently hang on
   `while ((getreg32(STM32_PWR_D3CR) & STM32_PWR_D3CR_VOSRDY) == 0)`
   
   When this block is disabled as is done in the stm32H7x7xx_rcc the board 
boots correctly.  This power logic should be resolved.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to