Other Parts Discussed in Thread: UCD3138
Tool/software: Code Composer Studio
What CCS version and source code (in Win10) are suggested to develop SMPS by using MCU UCD3138?
EX: PFC and LLC
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Other Parts Discussed in Thread: UCD3138
Tool/software: Code Composer Studio
What CCS version and source code (in Win10) are suggested to develop SMPS by using MCU UCD3138?
EX: PFC and LLC
We recommend CCS 6.2.00048, not .00050. We find using the offline installer is much more reliable.
We do not recommend it. It may work, but with newer versions, we have sometimes found subtle differences with some of the code which works directly with the processor and has to use embedded assembly language. We have not tested this version.
If you switch versions, you will definitely have to set up several files to be 32 bit ARM mode. compilation.
standard interrupt and interrupts will give you error messages if you don't, and you will also need to do any files which clear integrity word, or erase pflash.
You need to right click on the file name in the project explorer, and select build options, and then find your way to the state mode settings and select 32 bits.