Warning The provisioning scripts are only supported for DK boards
Dear board,
Whenever I create a Trust-zone enabled stm32 project for an stm32h573xx microcontroller using cube ide or cube mx, upon code generation I get the warning:
"
The provisioning scripts are only supported for DK boards (Or custom boards with the same flash and same pin mapping. Are you sure to have this kind of board?
"
The microcontroller I am using does not have a corresponding evaluation board ( STM32H573VIT6T ), so i would either like to know:
- Is this warning relevant?
- what are the consequences of using the generated provisioning scripts?
- What corrections should I manualy enter to support the used microcontroller?
To reproduce this behavior
- Open CUBEIDE and create a new stm32 project
- Select Trust zone enabled, uncheck secure project generation.
- Select the STM32H573VIT6T microcontroller
- In the CUBEMX interface go to Project tab and setup the Secure Boot path adding stIrot, stuRot and secure manager to boot the non-secure application.
- save and generate the code, the warning will pop up.
I have tested this behavior also setting other microcontrollers of the same faamily.
