What clocks/HW blocks are required for Cryptolib AES to work in STM32WL?
Hi ST fanboys,
I am using the STM32WL55 device and have implemented the latest cryptolib (4.1).
This is all working fine with correct AES encryption and decryption, up to the moment that I start implementing the low power features and switch of all unused clocks and blocks. At that point the cryptolib features stop working.
Sadly the Cryptolib documentation (what is available when looking hard) does not specify what hardware features of the STM32WL device are used ie. what clocks, what HW blocks???
Can somebody point these out so I can activate those blocks when I come out of standby/stop mode and so that I can turn them off again when going into standby/stop mode.
Features used in Crypto are TRNG, AES_CBC, AES-CTR
thanks in advance
