Other Parts Discussed in Thread: MSP430FR4133, MSP430WARE, MSP-EXP430FR2433
Tool/software: Code Composer Studio
Using TI Resource Explorer, I uploaded to CCS Cloud an "Empty Project" example for MSPWare/Driverlib. It appears that the target is MSP430FR4133. Compile errors were for undefined macro symbol EUSCI_A!_BASE, a device which FR2433 has but not FR4133. So i want to retarget the project.
In Target/Properties, the target field is not changeable (can't click to select, no pulldown menu, etc.)
Next I tried creating a new empty project, choosing my target FR2433, then copying various source directories into the project (my /src, /driverlib, board.h). Now the compiler can't find include files from /driverlib e.g. gpio.h.
Is there a way to change an example project to a different target? Are the examples for one specific family member, and not retargetable, in CCS Cloud?
In another post, I was told to use CCS Desktop, that CCS Cloud is only for the examples.
I suppose I can copy the driverlib source files I need out of the /driverlib directory and into my parallel /src directory

