burn flash jtag

SmartSnippets工具箱SPI Flash编程失败了

Thu, 2019-02-28 14:58--azimin

Hello, I'm trying to burn internal flash memory over JTAG. But get an error:
[ERROR SPI Flash @19-02-28 17:51:23] Adddittional error info at JTAG address 0x7FC7C0C. (MSB first): FF FF FF F8.
[ERROR SPI Flash @19-02-28 17:51:23] Memory burning failed.

I have tried two configurations:
SPI_CLK: P2_0
SPI_EN: P2_3
SPI_DI: P2_4
SPI_DO: P2_9
and
SPI_CLK: P2_0
SPI_EN: P2_3
SPI_DI: P2_9
SPI_DO: P2_4

can I burn firmware use jtag only through smart snipper?

Thu, 2015-04-16 07:47--kurbylee

1>I connect my da14580 board through seeger jlink.
2> select jtag (uart/spi uart jtag) and check 58001139(jtag serial no) in snipper.
3>click spi flash programmer button
4>select my.hex product from keil project (or select my.bin product from my.hex by hex2bin.exe)
5>offset=8000, click burn and wait log to be
[INFO @15-04-16 14:37:24] Memory burning completed successfully.
[INFO @15-04-16 14:37:24] Reading memory to refresh memory contents....

Subscribe to RSS - burn flash jtag