Hello,
my problem is to initialize the CPU clock within the Sys/Bios conf. tool. I just wonder when I set the clock to an external oscilator. So the problem is, if the internal osc is used, everything works fine, but we need the external one because of the later use of the CAN module. So the external oscillator is 10MHz, which I set up in the Sys/Bios boot module. Then the PLL multiplier is set to 20 and the divider to 2, so the first problem is that the GUI shows the calculated CPU frequency with 50MHz instead of 100MHz.
The next point is that when I switch an LED by semaphore / task / timer construct, which by the way works also when using the internal osc, i will measure the period time of blinking with the factor 20. For example 20ms instead of 1ms.
So my problem is to understand which steps I should do to get the clock initialization by the Sys/Bios. By the way I also do the GPIO initialization for the external Oscilator (GPIO_18_XCLKOUT).
The problem occurred when using the F280049C uC.
Regards
Kai