x-cube-cryptolib - Adding to application in Keil IDE
Hello,
I've to add the x-cube-cryptolib to our application.
I added to include path, the file cmox_low_level.c and the library file libSTM32Cryptographic_CM3.a.
I get these errors:
\Middlewares\ST\STM32_Cryptographic\lib\libSTM32Cryptographic_CM3.a(1): error: A1167E: Invalid line start
\Middlewares\ST\STM32_Cryptographic\lib\libSTM32Cryptographic_CM3.a(2): error: A1167E: Invalid line start
\Middlewares\ST\STM32_Cryptographic\lib\libSTM32Cryptographic_CM3.a(3): error: A1167E: Invalid line start
\Middlewares\ST\STM32_Cryptographic\lib\libSTM32Cryptographic_CM3.a(4): warning: A1313W: Missing END directive at end of file
What can I do to fix these errors?
Thanks in advance!

