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/MSP432P4111: Issue with using new chip onto the MSP432P401r

Part Number: MSP432P4111


Tool/software: Code Composer Studio

I have recently surface mounted a MSP432P4111 chip, onto a MSP432P401R board. I have adjusted the settings in Code Composer under 'Variant' and choose the MSP432P4111, but there seems to be errors within the driver codes that will not allow the program to run under that variant. I later changed it back to MSP432P401R, (under 'Variant') and it was able to run the example code, but received another warning saying "The connected device is not MSP432P401R." Is there any possible solutions to fix this issue?

Thank you.

  • Hi,

    I am not entirely sure if I grasp everything.

    If you created a project for the P401R but is loading it to a P4111, I imagine the code itself may not be 100% compatible between the two devices and will fail at a certain point. 

    However, if you are seeing CCS refusing to connect to the P4111 and thus not allowing you to even load the code to the device, then I suspect something else may be at play in this case. To test that scenario, you could potentially use a MSP432P401R Launchpad and connect to a MSP432P4111 device and see if there is something wrong with the connection. 

    Regards,

    Rafael