Files
Gen4_R-Car_Trace32/2_Trunk/demo/arm/hardware/smartfusion-a2f200/readme.txt
2025-10-14 09:52:32 +09:00

29 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

; --------------------------------------------------------------------------------
; @Title: Readme for Actel/Microsemi Smartfusion A2F
; @Description:
; @Keywords: ARM, Cortex-M3
; @Author: AME
; @Board: -
; @Chip: A2F*
; @Props: ZIP
; @Copyright: (C) 1989-2022 Lauterbach GmbH, licensed for use with TRACE32(R) only
; --------------------------------------------------------------------------------
; $Id: readme.txt 18877 2022-02-02 07:04:07Z bschroefel $
= FAQ =
== The RESET line is continuously asserted ==
The last sectors of the eNVM/FLASH are used by the Smartfusion MSS configurator to
store configuration data. In case this memory region gets erased e.g. by
FLASH.ERASE
FLASH.ReProgram /ERASE
or is used by the user code binary the device might not boot properly. In worst
case the RESET line stays asserted continuously. In such a situation please
reprogram the FPGA portion using the Actel/Microsemi FlashPRO tool of by using
JTAG.PROGRAM.JAM <filename>.stp /A "PROGRAM"
. An example for the latter case is available (a2f-eval-kit_program_fpga.cmm).
As the amount of data used for the MSS configuration depends on the user
configuration we do not "guard" any flash-sectors against erasing/writing.
Please refer to the "Smartfusion Microcontroller Subsytem" manual section
"Embedded Nonvolatile Memory Memory Organization" for more details.