This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP432P401R: AES CBC v ECB question

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.