Tool/software: Code Composer Studio
I'm reading "Optimizing C Code for Size With MSP430™ MCUs: Tips and Tricks" and there it recommends modify the code and data model to small if the device doesn't have CPUX. I use MSP430FR4133 and I am not sure if it has CPUX because in the "MSP430FR413x mixed-signal microcontrollers" it says nothing but in "MSP430FR413x mixed-signal microcontrollers" it mentions that it does.
When I create a project it starts with the next configuration:
Could you tell me if it has CPUX? And also what configuration do you recommend to put?
Thanks