Part Number: MSP432P401R
I am having some issues with the AES in MSP432.
I have tried the sample code from TI which is based on AES ECB mode, that works fine. But when I modified the code to work in AES CBC, I was not able to get the encryption done correctly. The cipher text results was different compared to online generated (done for verification), after sometime I noticed that actually it seems that the generated cipher text result was still based on ECB method instead of CBC method.
Could you help me to check on this ? if possible does TI have a tested code that works in AES CBC for the MSP432 ?
Thank you.