TFM application loops in the terminal emulator instead of starting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-25 8:45 AM
Hello,
I followed the instructions provided in the UM2851 to run the TFM application contained in the latest STM32CubeU5 1.6.0 Firmware projects folder, but the application does not run, it enters an infinite loop instead.
Any help please?
Solved! Go to Solution.
- Labels:
-
SBSFU
-
STM32 Security
-
TFM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-25 9:07 AM
Hello @SedCore,
Solution is in the readme file of the TFM:
STM32Cube_FW_U5_V1.6.0\Projects\B-U585I-IOT02A\Applications\TFM\readme.html
"Additionally, the anti-tamper protection being enabled with active tamper pins usage by default, it is needed to connect TAMP_IN8 (PE4 on CN3 pin 11) and TAMP_OUT8 (PE5 on CN3 pin 14) on the B-U585I-IOT02A board, to allow the application to run. In case the tamper pins are opened or shorted, then the application is reset and blocked. It is however possible to disable the anti-tamper protection (refer to section 9)"
Best regards
Jocelyn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-25 9:07 AM
Hello @SedCore,
Solution is in the readme file of the TFM:
STM32Cube_FW_U5_V1.6.0\Projects\B-U585I-IOT02A\Applications\TFM\readme.html
"Additionally, the anti-tamper protection being enabled with active tamper pins usage by default, it is needed to connect TAMP_IN8 (PE4 on CN3 pin 11) and TAMP_OUT8 (PE5 on CN3 pin 14) on the B-U585I-IOT02A board, to allow the application to run. In case the tamper pins are opened or shorted, then the application is reset and blocked. It is however possible to disable the anti-tamper protection (refer to section 9)"
Best regards
Jocelyn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-25 9:46 AM
You are right, it worked. Thanks for your support.
