![Freescale Semiconductor MPC5632M Скачать руководство пользователя страница 296](http://html.mh-extra.com/html/freescale-semiconductor/mpc5632m/mpc5632m_manual_2330659296.webp)
MPC563XM Reference Manual, Rev. 1
296
Freescale Semiconductor
Preliminary—Subject to Change Without Notice
UT0
= 0x80000030;
/* Set MRV in UT0: Select Margin versus 1’s */
UT0
= 0x80000032;
/* Set AIE in UT0: Operation Start */
do
/* Loop to wait for AID=1 */
{ tmp
= UT0;
/* Read UT0 */
} while ( !(tmp & 0x00000001) );
UT0
= 0x80000030;
/* Reset AIE in UT0: Operation End */
UT0
= 0x00000000;
/* Reset UTE, MRE, MRV in UT0: Deselect Operation */
To exit from the Margin Read Mode a Read Reset operation must be executed.
Read Reset
The Read Reset operation allows to exit from Margin Mode Status and go back to Read Status.
The Read Reset operation consists of the following sequence of events:
1. Set UTE in UT0 by writing the related password in UT0.
2. Change the value in the UT0.MRE and UT0.EIE bits from 0 to 1.
3. Write a logic 1 to the UT0.AIE bit to start the Read Reset or skip to step 5 to terminate.
4. Wait until the UT0.AID bit goes high.
5. Write a logic 0 to the UT0.AIE bit.
Once this operation has completed, all the following read accesses to the Flash Matrix will be in normal
Read Mode. The Wait States previously added for the Margin Read can be removed.
Example 11-6. Read Reset operation
UT0
= 0xF9F99999;
/* Set UTE in UT0: Enable User Test */
UT0
= 0x80000028;
/* Set MRE, EIE in UT0: Select Operation */
UT0
= 0x8000002A;
/* Set AIE in UT0: Operation Start */
do
/* Loop to wait for AID=1 */
{ tmp
= UT0;
/* Read UT0 */
} while ( !(tmp & 0x00000001) );
UT0
= 0x80000028;
/* Reset AIE in UT0: Operation End */
UT0
= 0x00000000;
/* Reset UTE, MRE, EIE in UT0: Deselect Operation */
ECC Logic Check
ECC logic can be checked by forcing the input of ECC logic: the 64 bits of data and the 8 bits of ECC
syndrome can be individually forced and they will drive simultaneously at the same value the ECC logic
of the whole page (2 Double Words).
The results of the ECC Logic Check can be verified by reading the MISR value.
The ECC Logic Check operation consists of the following sequence of events:
1. Set UTE in UT0 by writing the related password in UT0.
2. Write in UT1.DAI31-0 and UT2.DAI63-32 the Double Word Input value.
Содержание MPC5632M
Страница 22: ...MPC563XM Reference Manual Rev 1 22 Freescale Semiconductor Preliminary Subject to Change Without Notice ...
Страница 62: ...MPC563XM Reference Manual Rev 1 62 Freescale Semiconductor Preliminary Subject to Change Without Notice ...
Страница 92: ...MPC563XM Reference Manual Rev 1 92 Freescale Semiconductor Preliminary Subject to Change Without Notice ...
Страница 168: ...MPC563XM Reference Manual Rev 1 168 Freescale Semiconductor Preliminary Subject to Change Without Notice ...
Страница 242: ...MPC563XM Reference Manual Rev 1 242 Freescale Semiconductor Preliminary Subject to Change Without Notice ...
Страница 302: ...MPC563XM Reference Manual Rev 1 302 Freescale Semiconductor Preliminary Subject to Change Without Notice ...
Страница 410: ...MPC563XM Reference Manual Rev 1 410 Freescale Semiconductor Preliminary Subject to Change Without Notice ...
Страница 440: ...MPC563XM Reference Manual Rev 1 440 Freescale Semiconductor Preliminary Subject to Change Without Notice ...
Страница 464: ...MPC563XM Reference Manual Rev 1 464 Freescale Semiconductor Preliminary Subject to Change Without Notice ...
Страница 554: ...MPC563XM Reference Manual Rev 1 554 Freescale Semiconductor Preliminary Subject to Change Without Notice ...
Страница 590: ...MPC563XM Reference Manual Rev 1 590 Freescale Semiconductor Preliminary Subject to Change Without Notice ...
Страница 622: ...MPC563XM Reference Manual Rev 1 622 Freescale Semiconductor Preliminary Subject to Change Without Notice ...
Страница 716: ...MPC563XM Reference Manual Rev 1 716 Freescale Semiconductor Preliminary Subject to Change Without Notice ...
Страница 1114: ...MPC563XM Reference Manual Rev 1 1114 Freescale Semiconductor Preliminary Subject to Change Without Notice ...
Страница 1144: ...MPC563XM Reference Manual Rev 1 1144 Freescale Semiconductor Preliminary Subject to Change Without Notice ...
Страница 1266: ...MPC563XM Reference Manual Rev 1 1266 Freescale Semiconductor Preliminary Subject to Change Without Notice ...
Страница 1316: ...MPC563XM Reference Manual Rev 1 1316 Freescale Semiconductor Preliminary Subject to Change Without Notice ...
Страница 1348: ...MPC563XM Reference Manual Rev 1 1348 Freescale Semiconductor Preliminary Subject to Change Without Notice ...
Страница 1362: ...MPC563XM Reference Manual Rev 1 1362 Freescale Semiconductor Preliminary Subject to Change Without Notice ...
Страница 1382: ...MPC563XM Reference Manual Rev 1 1382 Freescale Semiconductor Preliminary Subject to Change Without Notice ...