Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
Hello,
I am trying to initialize a RM57L843 MCU without HCG and I have difficulty while initializing the clock.
I created in assembly language with the same sequences and the sames value as HCG but I got different results.
With HCG (It's working) I got the two following frequencies:
Oscillator frequency SSW_CAPTURE_COUNT (SSWPLL2) 15.3 Mhz
PLL Output frequency SSW_CLKOUT_COUNT (SSWPLL3) 293.3 Mhz
With the new program I got the two following frequencies:
Oscillator frequency SSW_CAPTURE_COUNT (SSWPLL2) 23.2 Mhz
PLL Output frequency SSW_CLKOUT_COUNT (SSWPLL3) 436.3 Mhz
Furthermore I use the Trace Analyzer XDS560V2 and when the new program ends the clock configuration (Sys_PllCtl1: 0xFFFFFF70 = 0x20079500) The trace analyzer stops to work.
What can I do to identify this issue?
Thanks for your help
Jerome