Question
STM32f030rc AES Encryption
Posted on January 06, 2018 at 08:21
Hello everyone,
I am using STM32f030rc for my application. In which I want add 128bit AES encryption. For that I am referring STM32_Cryptographic _Examples. I have taken functions from AES128_CTR file. In which I am getting Hard fault after AES_CTR_Encrypt_Append function. All the arguments for this are same as in example. So I don't know why it is not working in my code? Is it with selection of series?
Thanks in Advance.
#stm32f030rc