How to understand the corruption of code loaded to MPC5777C

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to understand the corruption of code loaded to MPC5777C

Jump to solution
583 Views
berat24
Contributor III

Hello everyone,

I have a question. Could you inform me about whether there is a way to understand the corruption of code loaded to MPC5777C?

Shall be the steps as following? 1. Build application 2. Calculate MISR signatures on host 3. Load calculated signature with linker to a flash adddress ADR_A . 4. Use array integrity self check to verify application code signature with ADR_A.

Good works.

0 Kudos
1 Solution
579 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

take a look at these two examples:

https://community.nxp.com/t5/MPC5xxx-Knowledge-Base/Example-MPC5604B-Flash-Array-Integrity-Check-usi...

https://community.nxp.com/t5/MPC5xxx-Knowledge-Base/Example-MPC5744P-FlashArrayIntegrityCheck-test-S...

It shows step by step how to calculate MISR values by offline tools and how to run Flash Array Integrity Check on the MCU.

Regards,

Lukas

View solution in original post

0 Kudos
1 Reply
580 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

take a look at these two examples:

https://community.nxp.com/t5/MPC5xxx-Knowledge-Base/Example-MPC5604B-Flash-Array-Integrity-Check-usi...

https://community.nxp.com/t5/MPC5xxx-Knowledge-Base/Example-MPC5744P-FlashArrayIntegrityCheck-test-S...

It shows step by step how to calculate MISR values by offline tools and how to run Flash Array Integrity Check on the MCU.

Regards,

Lukas

0 Kudos