Hello,
I am using the MSP432P401Y (Note that I selected MSP432E401Y in part number field because the "P" version was not an available option.)
I am using Simplelink msp432p4_sdk_3_40_01_02, which lists MSP432P401Y as a supported product. ( See SIMPLELINK-MSP432-SDK_3.40.01.02 | TI.com )
I am trying to create a new project for MSP432P401Y because I could only find examples for MSP432P401R and MSP432P4111 in simplelink/examples/rtos. I was able to successfully create a new project for MSP432P401Y that inserts the --define=__MSP432P401Y__ precompiler definition to select the correct driver build.
My next step was to add the syscfg file. I only had examples of syscfg for MSP432P401R and MSP432P4111, so I added the MSP432P401R version. When I added this file, the Properties...->Resource->CCS Gemeral page changed. It now shows "Variant" which is greyed out and set to MSP432P401R, apparently derived from the syscfg file.
I have been unable to update the syscfg file to support MSP432P401Y. I suspect that this is because the product.json metadata file at msp432p4_sdk_3_40_01_02/.metadata/product.json only lists "MSP432P401R" and "MSP432P4111" under "devices."
My question is as follows:
What is the recommended procedure for me to create a CCS TI RTOS, simplelink project with syscfg support for the MSP432P401Y device?
Regards,
Steve