STM32 Cryptographic Library Stack size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-08-03 9:54 PM
Hello Experts,
I am trying to integrate the "STM32 Cryptographic Library" to my application.
The library name is "libSTM32CryptographicV3.1.3_CM4_GCC_ot_fpu.a".
How big is the stack size used by this library?
When I used the library, RTOS got a hard fault due to stack overflow.
your quick help in getting the above library working is very much appreciated.
Thanks!
Best Regards
T.yama
- Labels:
-
Cryptography
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-08-04 12:15 AM
Since the UM1924 User Manual doesn't publish official figures, you may measure the stack usage. I would generously increase the task stack size until the library works. Some RTOS already support stack usage measuring (or estimating).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-08-04 1:12 AM
Thanks.
I try to measure the stack size with software that only uses the library.
Thanks!
Best Regards
