Hello Team,
In Diagnostic Test Mode: DIAGMODE = 7 for checking ECC functionality, as mentioned in step: 5.Select the appropriate port in which the flip is desired using the DIAG_BUF_SEL bits in the FDIAGCTRL register. Only legal values are 0 for port A and 4h for port B.
I have selected port B by writing flashWREG -> FDIAGCTRL |= 0x400.
In the next step 6. Do a port A or B read to the desired address,
- Which is the desired address mentioned here? is it the flash ECC address range 0xF0000000 to 0xF047FFFF?
- How do read port B to this address? Please provide an example?
Additionally, in step 1. Branch to a non-Flash region to execute this sequence.
3.What is mentioned as the non-flash region. Which address rage refers to this?