2024-01-24 06:29 AM
Hello all,
I'm trying to build B-L4S5I-IOT01A, 2 Images KMS project and I'm encountering the build issue related with missing function definition for KMS_LL_Finalize(). Build fails during linkage phase.
Is that issue related with the wrong version of KMS package provided with SBSFU 2.6.2?
PS. Same issue applies for B-L475E-IOT01A project.
2024-01-24 07:08 AM
Hello Jakub,
yes, this is that issue.
Just get KMS middleware from SBSFU 2.6.1 and copy it in SBSFU 2.6.2 it will solve the issue
Best regards
Jocelyn
2024-01-24 07:25 AM
Hello @Jakub Standarski,
what tool did you use to build the project? There is apparently some sort of regression when using newer tool. I encountered same problem using EWARM 9.40, while in EWARM 9.30 it built correctly.
BR,
J
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-01-24 07:30 AM
STM32CubeIDE 1.12.1.
I've checked code and definition for the function mentioned above doesn't exist.
I will try KMS version provided by SBSFU 2.6.1 as mentioned by @Jocelyn RICARD .
Thank you for you help!
2024-09-26 12:06 AM
Hi @Jakub Standarski ,
problem is reported fixed in version 2.7.0.
BR,
J
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.