Hi,
My topic, I want drive M0 in FPGA by Keil, and already finish light LED in FPGA by vivado that generate bitstream with COE file include software bin code
I'm building the FPGA platform with original ARM M0 RTL ( from developer.arm.com/downloads/se…AFA+Entry&type=Processors),
so I only have simple ROM (address 0x00000000 - 0x00010000) and don't have flash memory on the platform like other vendor platforms
When I use Keil MDK V5.37.0.0 (including Arm_Compiler_5.06u7) to download the firmware code to Xilinx FPGA through J-LINK EDU
i got the error log in keil :
Target info:
------------
Device: ARMCM0
VTarget = 1.793V
State of Pins:
TCK: 0, TDI: 0, TDO: 0, TMS: 1, TRES: 1, TRST: 0
Hardware-Breakpoints: 4
Software-Breakpoints: 8192
Watchpoints: 2
JTAG speed: 15000 kHz
No Algorithm found for: 00000000H - 00000E5FH
Programming skipped!
Error: Flash Download failed - "Cortex-M0"
Flash Load finished at 16:49:34
I have ask arm support and google related issues ( include segger or csdn or ....)
they all point to the need to set keil > Options > debug > settings > Flash Download
but I haven't flash in the platform ,what should I do.
Thanks.
My topic, I want drive M0 in FPGA by Keil, and already finish light LED in FPGA by vivado that generate bitstream with COE file include software bin code
I'm building the FPGA platform with original ARM M0 RTL ( from developer.arm.com/downloads/se…AFA+Entry&type=Processors),
so I only have simple ROM (address 0x00000000 - 0x00010000) and don't have flash memory on the platform like other vendor platforms
When I use Keil MDK V5.37.0.0 (including Arm_Compiler_5.06u7) to download the firmware code to Xilinx FPGA through J-LINK EDU
i got the error log in keil :
Target info:
------------
Device: ARMCM0
VTarget = 1.793V
State of Pins:
TCK: 0, TDI: 0, TDO: 0, TMS: 1, TRES: 1, TRST: 0
Hardware-Breakpoints: 4
Software-Breakpoints: 8192
Watchpoints: 2
JTAG speed: 15000 kHz
No Algorithm found for: 00000000H - 00000E5FH
Programming skipped!
Error: Flash Download failed - "Cortex-M0"
Flash Load finished at 16:49:34
I have ask arm support and google related issues ( include segger or csdn or ....)
they all point to the need to set keil > Options > debug > settings > Flash Download
but I haven't flash in the platform ,what should I do.
Thanks.