Hello TI staff,
I post today to get an answer about a strange point I saw either in GEL files or UBL.
I saw that in PLL CTL register there are bits which are used in these files and not present in the DM365 ARM Subsystem datasheet :
1-Especially the CLK_SRC which chooses the Oscillator Source to be input in the PLL.
2-In PREDIV register there is always a bit set to 1 in high weight as seen in exemple PLL2->PREDIV = 0x8000|0x18; where 0x18 is the ration value we want to write.
No explanation is done about the 0x8000. Intelligent guess says it is an enable but there is a documentation problem here.
3-And there is a lack of clocks alignment in PLL ALNCTL register. It is said that clocks must be aligned. And reset values are not all set so an action is required.
Can somebody tells me if the UBL code is up to date with the DM365 ? It looks like it is only a porting of DM355 code.
Thank you for your answers.