// How to build the project for MPC5746C

1. Go to "\AppNotexx\build\soc\MPC5746C".
2. Open AppNote.gpj.
3. Select the Top Project.
3. In build menu click on build top project
4. All the corresponding .elf files will be generated in the same directory where AppNote.gpj is located




// How to build the project for MPC5748G

1. Go to "\AppNotexx\build\soc\MPC5748G".
2. Open AppNote.gpj.
3. Select the Top Project.
3. In build menu click on build top project
4. All the corresponding .elf files will be generated in the same directory where AppNote.gpj is located



//.elf file description
1. CBC_Testflash.elf- for checking CBC encryption and decryption functionalities
2. ECB_Testflash.elf- for checking ECB encryption and decryption functionalities
3. debug_protocol_testflash.elf- for erasing the key storage area(running debug_auth command)
4. UID_testflash.elf- for checking the UID of the part
5. verifymac_testflash.elf- for checking the verify mac command
6. memory_update_protocol_testflash.elf- for updating the key storage area using UID
7. memory_update_protocol_wildcard_testflash.elf- for updating the key storage area using wildcard UID

