2023-01-25 08:53 AM
I'm trying to run an application that works fine on the nucleo board environment on a custom board using the same mcu.
It's my first time and I'm using a protype pcb version with a very single circuitry.
I was working over a firmware example with HAL based drivers for Nucleo and I wrote application level code (user code, msp, it.. files). I was playing with freertos and leds. I was still keeping the system clock configuration whereas it was executed on Nucleo board.
Example works with HSE clock. As shown on the NUCLEO board and its given schematics I can see there is no mounted piece on HSE mcu pads. According schematics HSE seems to be an external source that comes from the integrated st-link circuit area (from the second mcu device). It's called bypass clock source.
I've also played with HSI clock source and it also works fine on NUCLEO board.
I'm wondering some things about clock sourcing and clock system configuration on a stm32f207 stand-alone microcontroller.
2023-01-25 12:36 PM
Does it answer your question?
Regards
/Peter
2023-01-26 12:01 AM
Sorry, I probably was a little vague explainig what I need. But thanks for your answer. It was useful and it perfectly answers the questions I made.
I will add a third question and more info about any kind of stm32f207 based board.
Thanks a lot for your answer.