如何从cortexM3“迁移”到cortexM4

时间:2015-07-30 09:12:56

标签: c arm freertos openocd

我有一个旧项目,在SAM3S(cortex-m3)上运行,我需要将它作为一个应该在Sam4S cortex-M4上运行的新项目的基础。在更改了o opeocd.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

任何想法现在的问题

1 个答案:

答案 0 :(得分:1)

Error: at91sam3s4.cpu: IR capture error; saw 0x00 not 0x01

您需要cortex-M4的架构和BSP文件。然后,您可以将现有项目合并到cortex M4的BSP。

at91sam3s4.cpu似乎属于皮质M3。所以,它不会存在。

但是,您可以在atmel网站上获得更多答案 http://www.atmel.com/tools/SAM4S-EK.aspx