Other Parts Discussed in Thread: C2000WARE
Dear Champs,
I am asking this for our customers.
The user wants to implement CMAC for secure boot by referring to the app note "Secure BOOT on C2000 Device" on F2838x.
Questions:
1. Is there any similar example code for F28003x like that for F2838x in C2000ware?
F2838x:
~/driverlib/f2838x/examples/c28x/boot
F28003x??
2. On F2838x, AES HW accelerator is for CM, but on F28003x, AES HW accelerator is for C28x.
Therefore, should we refer to CPU1 example of the above F2838x or CM example of the above F28003x?
In our understanding, the definition for CPU1 and CM are different.
For example, CM can access byte, but CPU1 cannot.
What are the specific differences when migrating it from F2838x onto F28003x?
3. If there is still no such example in question 1 above, would you please migrate it from F2838x onto F28003x?
~/driverlib/f28003x/examples/c28x/boot