Hello!
I would like to use on kinetis KV11Z and MK22FX the bootloader with security aes. When I try to compile, it asks me for the file aes_security.h and I can't find it. Can anyone help me? Is there a step by step tutorial that helps to implement security aes in bootloader 2.5? Thanks in advance. Regards Marco
已解决! 转到解答。
Hi Macro,
aes_security.h and aes_security.c use MMCAU. This is a special hardware that KV11 and K22 haven't.You can only use software encryption and decryption. The code is in aes128_key_wrap_unwrap.c
Regards,
Jing