|
@@ -1,8 +1,8 @@
|
|
|
/**
|
|
/**
|
|
|
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads
|
|
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads
|
|
|
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
|
|
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
|
|
|
- * @cliArgs --device "MSPM0L130X" --part "Default" --package "VSSOP-20(DGS20)" --product "mspm0_sdk@2.04.00.06"
|
|
|
|
|
- * @v2CliArgs --device "MSPM0L1304" --package "VSSOP-20(DGS20)" --product "mspm0_sdk@2.04.00.06"
|
|
|
|
|
|
|
+ * @cliArgs --device "MSPM0L130X" --part "Default" --package "VSSOP-20(DGS20)" --product "mspm0_sdk@2.05.00.05"
|
|
|
|
|
+ * @v2CliArgs --device "MSPM0L1304" --package "VSSOP-20(DGS20)" --product "mspm0_sdk@2.05.00.05"
|
|
|
* @versions {"tool":"1.22.0+3893"}
|
|
* @versions {"tool":"1.22.0+3893"}
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
@@ -43,8 +43,8 @@ Board.peripheral.swclkPin.$assign = "PA20";
|
|
|
Board.peripheral.swdioPin.$assign = "PA19";
|
|
Board.peripheral.swdioPin.$assign = "PA19";
|
|
|
|
|
|
|
|
COMP1.$name = "COMP_0";
|
|
COMP1.$name = "COMP_0";
|
|
|
-COMP1.vSource = "DL_COMP_REF_SOURCE_VREF_DAC";
|
|
|
|
|
COMP1.controlSelect = "DL_COMP_DAC_CONTROL_SW";
|
|
COMP1.controlSelect = "DL_COMP_DAC_CONTROL_SW";
|
|
|
|
|
+COMP1.vSource = "DL_COMP_REF_SOURCE_VDDA_DAC";
|
|
|
|
|
|
|
|
GPIO1.$name = "ADDR";
|
|
GPIO1.$name = "ADDR";
|
|
|
GPIO1.associatedPins.create(2);
|
|
GPIO1.associatedPins.create(2);
|
|
@@ -79,10 +79,11 @@ I2C1.sclPinConfig.$name = "ti_driverlib_gpio_GPIOPinGeneric3";
|
|
|
I2C1.sclPinConfig.enableConfig = true;
|
|
I2C1.sclPinConfig.enableConfig = true;
|
|
|
|
|
|
|
|
OPA1.$name = "OPA_0";
|
|
OPA1.$name = "OPA_0";
|
|
|
-OPA1.cfg0PSELChannel = "DAC_OUT";
|
|
|
|
|
-OPA1.cfg0NSELChannel = "RTAP";
|
|
|
|
|
OPA1.cfg0Gain = "N1_P2";
|
|
OPA1.cfg0Gain = "N1_P2";
|
|
|
OPA1.cfg0OutputPin = "ENABLED";
|
|
OPA1.cfg0OutputPin = "ENABLED";
|
|
|
|
|
+OPA1.cfg0PSELChannel = "DAC8_OUT";
|
|
|
|
|
+OPA1.cfg0NSELChannel = "RTAP";
|
|
|
|
|
+OPA1.cfg0MSELChannel = "GND";
|
|
|
OPA1.peripheral.$assign = "OPA0";
|
|
OPA1.peripheral.$assign = "OPA0";
|
|
|
OPA1.peripheral.OutPin.$assign = "PA22";
|
|
OPA1.peripheral.OutPin.$assign = "PA22";
|
|
|
OPA1.OutPinConfig.$name = "ti_driverlib_gpio_GPIOPinGeneric0";
|
|
OPA1.OutPinConfig.$name = "ti_driverlib_gpio_GPIOPinGeneric0";
|
|
@@ -103,17 +104,15 @@ PWM1.PWM_CHANNEL_1.invert = true;
|
|
|
SYSCTL.disableNRSTPin = true;
|
|
SYSCTL.disableNRSTPin = true;
|
|
|
SYSCTL.peripheral.$assign = "SYSCTL";
|
|
SYSCTL.peripheral.$assign = "SYSCTL";
|
|
|
|
|
|
|
|
-VREF.basicMode = ["DL_VREF_ENABLE_DISABLE"];
|
|
|
|
|
-VREF.vrefPosPinConfig.$name = "ti_driverlib_gpio_GPIOPinGeneric1";
|
|
|
|
|
|
|
|
|
|
ProjectConfig.migrationCondition = true;
|
|
ProjectConfig.migrationCondition = true;
|
|
|
|
|
+ProjectConfig.genLibIQ = true;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* Pinmux solution for unlocked pins/peripherals. This ensures that minor changes to the automatic solver in a future
|
|
* Pinmux solution for unlocked pins/peripherals. This ensures that minor changes to the automatic solver in a future
|
|
|
* version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to
|
|
* version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to
|
|
|
* re-solve from scratch.
|
|
* re-solve from scratch.
|
|
|
*/
|
|
*/
|
|
|
-ADC121.peripheral.adcPin0.$suggestSolution = "PA27";
|
|
|
|
|
-COMP1.peripheral.$suggestSolution = "COMP0";
|
|
|
|
|
-VREF.peripheral.$suggestSolution = "VREF";
|
|
|
|
|
-VREF.peripheral.vrefPosPin.$suggestSolution = "PA23";
|
|
|
|
|
|
|
+ADC121.peripheral.adcPin0.$suggestSolution = "PA27";
|
|
|
|
|
+COMP1.peripheral.$suggestSolution = "COMP0";
|
|
|
|
|
+VREF.peripheral.$suggestSolution = "VREF";
|