Undefined symbols from libSTM32Cryptographic_CM4.a
Hi,
We are migrating our code from using M3_CryptoFW_RngHW_2_0_6 to using libSTM32Cryptographic_CM4.a. Our target is STM32F405VGTx. When compiling we get a linker error from the library itself (cmox init is part of the ST lib), not from a function our code directly uses. What are we missing here? any required configuration?
.\Application\Application.axf: Error: L6218E: Undefined symbol cmox_ll_deInit (referred from cmox_init.c.o).
.\Application\Application.axf: Error: L6218E: Undefined symbol cmox_ll_init (referred from cmox_init.c.o).
Thanks!
