utzig opened a new pull request #2172: Fix stm32f3discovery flash programming
URL: https://github.com/apache/mynewt-core/pull/2172
 
 
   Fixes two issues:
   
   1) Flash size was declared with the wrong size; since the bsp partitions 
where declared inside the valid flash size this fix is only for correctness.
   2) Re-enable HSI clock. The flash programming interface on the F3 family is 
directly connected to the HSI clock generator, so without it enabled, trying to 
run any app that requires flash programming (eg slinky) would result in a 
hardfault.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to