Part Number: CODECOMPOSER
Other Parts Discussed in Thread: SYSCONFIG, MSPM0G1518
Hello!
I picked up a project being worked on by other members on my team and installed a newer version of code composer in order to work on the application. The revision I have installed reports as: Version: 20.5.0.28__1.11.0
Building the code my team mates were building on a sligthly older CCS version fails on this new revision with:
[0]error: PLL_QDIV(/ti/clockTree/multiplier.js) PLL_QDIV_OUT: The combination of PDIV and QDIV values drives the output frequency to VCO above maximum possible value (160 MHz). Please refer to device datasheet for exact operating range.
[1]error: net_vco(/ti/coreSysConfig/namedConnection): The combination of PDIV and QDIV values drives the output frequency to VCO above maximum possible value (160 MHz). Please refer to device datasheet for exact operating range.
The pre-existing syscfg file is setting the VCO frequency to 320MHz.
I looked at the datasheet, MSPM0Gx51x Mixed-Signal Microcontrollers With CAN-FD Interface, and it defines the valid VCO frequency range to be 80MHz - 400MHz.
While I do not see a reason to use a VCO above 160MHz for our design I am confused as to why the SysConfig tool is limiting this value and referencing the datasheet which defines a much higher maximum.
Is this imposed solely by the CCS SysConfig tool or is there some other parameter that I missed that limits the maximum VCO frequency to 160MHz on the MSPM0G1518.
Thanks!