MCSDK inverter
I'm using mcsdk and want to create an inverter file based on STM32G070CBTx, but when generating the project, it tells me that my selected hardware is not compatible with the algorithm
I'm using mcsdk and want to create an inverter file based on STM32G070CBTx, but when generating the project, it tells me that my selected hardware is not compatible with the algorithm
Hello
Your issue is line 144. The actual name of the PC14 pin is "PC14-OSC32_IN (PC14)".
I modified this section as follow :
"OC_TRIGGER": [
{
"name": "PC14-OSC32_IN (PC14)",
"help": "CN10.14. Factory default. Solder R73",
"cost": 0
}
]
With this version updated, I was able to load your project, generate and compile the binary.
For your information, the genuine name is the one from the name section of the json description of the MCU.
In your case, you will find the following section line 1144 of the file STM32G071RBTx.json:
{
"name" : "PC14-OSC32_IN (PC14)",
"position" : "4",
"signals" : [ "GPIO_Analog", "GPIO_EXTI14", "GPIO_Input", "GPIO_Output", "RCC_OSC32_IN", "TIM1_BK2" ]
},
Regards
Cedric
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.