Unable to generate ioc file
[VERSION]: MCSDK 6.2.0,STM32CubeMX 6.9.2
[TOOL]: MotorControl Workbench 6.2.0
[DETAILS]: I want to add my custom control board,but it say "Unable to generate ioc file due to: The following has evaluated to null or missing".
My custom control board is STM32F405RGT6, but my attempt failed. Then I try STM32F401RDTx, it is same.
1.create mcu json (STM32F401RDTx), copy from STM32F401RETx.json.
I have to add an MCU that is not in the list, otherwise my custom control board will not be displayed correctly.
Then in this STM32F401RDTx.json file, I replace "STM32F401RETx" with "STM32F401RDTx" , and change the flash size to "flash" : 384. The two are just different in flash size, I think it works fine.
2.Create new board using Board Manager. Clone from NUCLEO-F401RE.

Then change the mcu name.

3.Create new project

STM32F401RD+IHM17M1

Then generate the project.

I want to know how to solve this problem.
