2025-02-04 08:28 AM
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:
To reproduce this behavior
I have tested this behavior also setting other microcontrollers of the same faamily.
Solved! Go to Solution.
2025-02-11 03:07 AM
For anybody else wondering
"
this warning concerns mainly the UART trace mapping.
If your board uses the same pins for uart as the STM32H573I-DK it will be OK.
If your board does not use these pins, the provisioning will work, the Secure Manager will start, but you will not be able to see the trace output
"
2025-02-06 12:02 AM
Bump
2025-02-11 03:07 AM
For anybody else wondering
"
this warning concerns mainly the UART trace mapping.
If your board uses the same pins for uart as the STM32H573I-DK it will be OK.
If your board does not use these pins, the provisioning will work, the Secure Manager will start, but you will not be able to see the trace output
"