2021-12-01 02:59 PM
Hi,
I want to use external clock 16 MHz.
So I implemented the following code.
CLK_ClockSwitchConfig(CLK_SWITCHMODE_AUTO, CLK_SOURCE_HSE, DISABLE, CLK_CURRENTCLOCKSTATE_ENABLE);
It was confirmed that 16MHz oscillated when programmed from STVD.
However, when the same firmware is programmed from STVP, 16MHz does not oscillate.
Why?
Regards,
Gotoda
Solved! Go to Solution.
2021-12-08 07:14 PM
2021-12-08 07:14 PM
This issue was due to the hardware (our custom board).
Sorry.