I'm trying to install the TI MSPM0L11XX_L13XX_DFP.1.2.1pack using the Pack Installer (uVision 5.39) and I get the following error:
What could cause this?
Thanks!
Since MDK 5.39, the Pack Installer is based on the CMSIS-Toolbox. These tools seem to be a bit more sensitive against mistakes in the pack description file (*.pdsc). This pack uses a wrong character (back-slash instead of forward-slash) in the path to the license file.
I will inform Texas Instruments about this.
Meanwhile you could use one of these workarounds:
C:\Keil_v5\UV4\PackUnzip.exe \YourPackFolder\.Download\TexasInstruments.MSPM0L11XX_L13XX_DFP.1.2.1.pack
Hans, thank you so much for the detailed reply! This is very much appreciated. I'm off to go try it....
That worked like a champ. Thank you again!