Warning The provisioning scripts are only supported for DK boards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-04 8: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:
- 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.
Solved! Go to Solution.
- Labels:
-
Bug-report
-
STM32CubeMX
-
STM32H5 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-11 3: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
"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-06 12:02 AM
Bump
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-11 3: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
"
