cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F4 Cube bug - wrong crystal value put in Keil project

rgledhill
Associate II
Posted on March 20, 2014 at 14:26

Hi,

When generating a project for the STM32F4xx, it incorrectly puts 8MHz into the crystal property of the Keil project.  This should be 25MHz as fitted to the board.

Thanks

Richard
1 REPLY 1
Posted on March 20, 2014 at 15:19

Does anything actually use that value? The only really critical value in Keil is that of the CPU clock for the Trace/SWV functionality, and the library code which depends on HSE_VALUE being defined correctly.

The DISCO boards use 8 MHz, the EVAL 25 MHz, generally.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..