私は SAM3S( cortex-m3) で実行される古いプロジェクトを持っています。Sam4S cortex-M4 で実行する必要がある新しいプロジェクトのベースとしてそれを使用する必要があります。oopeocd.cfg
を変更した後、このエラーが発生しましたが、実際の意味がわかりません:
Error: Target not examined yet
in procedure 'halt'
Error: JTAG scan chain interrogation failed: all zeroes
Error: Check JTAG interface, timings, target power, etc.
Error: Trying to use configured scan chain anyway...
Error: at91sam3s4.cpu: IR capture error; saw 0x00 not 0x01
Error: Target not examined yet
ここで誰かが私が見るべきヒントを与えることができますか?
アップデート
今、私はこのエラーが発生します:
Error: SAM4 ChipID 0x28ab07e0 not found in table (perhaps you can ID this chip?)
Version: 0 [0x0000]
EPROC: 7 [0x0007] cortex-m4
NVPSIZE: 7 [0x0007] 128K bytes
NVPSIZE2: 0 [0x0000] none
SRAMSIZE: 11 [0x000b] 64K Bytes
ARCH: 138 [0x008a] ATSAM3S/SAM4S xC Series (100-pin version)
NVPTYP: 2 [0x0002] embedded flash memory
EXTID: 0 [0x0000] (exists: NO)
Error: auto_probe fail
今何が問題なのかわからない
エド