Hi all. After having a bit of trouble getting my jtag setup, I can now connect to my lspro and halt it. However, I’m trying to program a new image into the flash and running into this error:
…
value captured during scan didn’t pass the requested check: captured: 0x0f check_value: 0x01 check_mask: 0x0f
in_handler reported a failed check
value captured during scan didn’t pass the requested check: captured: 0x0f check_value: 0x01 check_mask: 0x0f
in_handler reported a failed check
JTAG error while reading cpsr
probing failed for flash bank ‘#0’ at 0xfffc0000
The last line of my config file is:
flash bank cfi 0xfffc0000 0x00040000 1 1 0 jedec_probe
How do I know if those are the correct values for the lspro v2? Or is that not even my problem?