Skip to main content
skuma.21
Associate II
November 29, 2018
Question

Unable to get "STM32 Cryptographic Library" working on STM32L475 EVM (B-L475E-IOT01A2 EVM)

  • November 29, 2018
  • 1 reply
  • 599 views

Hello Experts,

I am trying to integrate the "STM32 Cryptographic Library" to my application. Before that I wanted to get the library working on the "STM32L475 EVM (B-L475E-IOT01A2)". But am unable to get it working.

The following function call doesn't succeed:

--> error_status = HMAC_SHA1_Finish(&HMAC_SHA1ctx, MessageDigest, MessageDigestLength);

The above doesn't return "error_status" as 1 either.

It simply goes into some bad state after it returns from the above function call. I see the following message on my debug console:

Info : The target is not running when halt was requested, stopping GDB.

Info : halted: PC: 0x08012dd2

shutdown command invoked

Info : dropped 'gdb' connection

your quick help in getting the above library working is very much appreciated.

Thanks!

Best Regards

Satish

    This topic has been closed for replies.

    1 reply

    Tesla DeLorean
    Guru
    November 29, 2018
    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..