![Qorivva MPC5 Series Скачать руководство пользователя страница 76](http://html1.mh-extra.com/html/qorivva/mpc5-series/mpc5-series_manual_3255432076.webp)
Qorivva MPC5xxx/SPC5xx Debugger and NEXUS Trace
76
©1989-2021 Lauterbach GmbH
window shows an address range outside of FLASH, the problem is usually a bug in
the linker script and should be fixed there. In the case there is data linked to SRAM, there is often a chance
that the application does not run reliably because of missing data initialization. If section linked to SRAM is
not assumed to be an error, an alternative solution is to give the Data.LOAD command an address range.
ECC Errors in FLASH
The FLASH programming commands
will read from FLASH
sectors that are going to be modified. Although the debugger tries to recover automatically from ECC errors,
sometimes it is required to use
to recover from ECC errors. In order to maintain high flash
programming/update speeds and to not unnecessarily increase programming cycles, it is recommended to
use FLASH.Erase only as fallback instead of adding it to the start of every new Flash.ReProgram cycle.
; load only a part of the contained addresses (because we know it’s ok)
FLASH.ReProgram ALL
Data.LOAD.auto * 0--0x0FFFFFFF
FLASH.ReProgram off