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.

CCS/UCD3138A: Is ucd3138 series supported on MAC mojave(10.14 or later) version of CCS9.0?

Part Number: UCD3138A
Other Parts Discussed in Thread: UCD3138

Tool/software: Code Composer Studio

For now I am using a macbook pro for MCU coding.

I wonder if ucd3138/A series are supported on MAC mojave(10.14 or later) version of CCS9.0? If yes, which series of MCU should I choose during the CCS installation?

I meanwhile have a PC for debuging and downloading programs, so on MAC the project compiling and out file *.x0 building is fair enough for me. Thanks!

  • We have never supported UCD31xx devices on macOS.  If you really want to build on mac one way to do it would be to create your project for a generic ARM7 device instead of selecting a UCD3138.  If I recall correctly UCD projects also use the older 5.2.x compiler.  You could install that from the Help menu by selecting "Install Code Generation Compiler Tools".  Note that the 5.2.x compiler will not work on Catalina as it is a 32bit application.

    Regards,

    John

  • Hi,

    Just adding to John's response, Flash operations on the UCD family of devices is only supported in Windows. 

    Regards,

    Rafael

  • Thnaks! I think I'd like to install a virtual machine with win for my mac.