Question
Suggestion for documentation.
Posted on January 05, 2016 at 12:21
The documentation for the IHM001 should more clearly state that the included nucleoF302R8 is NOT the standard nucleo with that processor!
Because I didn't want to ''break'' the included nucleo and demo app (I couldn't find the source for that), I decided to try and run everything I tried on the other nucleo302R8 that I have. It turns out that * The clock startup code just ignores the errors and bumbles on at 8MHz when setting the clock to 72MHz doesn't work.* The provided nucleo is configured for using the 8MHz from the STLINK. The normal nucleo is not. This is difficult to find: A ''while (1);'' in the ''enable HSE error branch'' would have pointed me in the right direction: I'd find the processor ''halted'' in the function where the problem lies. All the code follows the expected execution lines except that MCI_executespeedramp doesn't work. Code for which I don't have the source, so it's difficult to debug.