This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

第一次调试L138的ARM侧,遇到个这问题,不知道怎么搞



DSP侧调试都没任何问题,ARM侧的SPI FLASH里面有个linux系统存在,配置了targetconfig,加载了ARM侧的GEL,进调试模式,点击连接目标的时候,出现如下报错信息:

ARM9_0: GEL: Error while executing OnTargetConnect(): Page fault occurred writing 0x01C14038
  at *((unsigned int *) (0x01C14000+0x038))=0x83e70b13 [OMAPL138_ARM.gel:201]
  at DEVICE_kickUnlock() [OMAPL138_ARM.gel:245]
  at OnTargetConnect()

我去看了下相应的GEL文件,看不出个所以然,这个会和ARM侧有linux系统存在有关系吗,如果没有关联,该怎么操作啊,我刚百度了下,好像有我类似情况的,他们说是修改调试器的JTAG TCLK频率,之前是10M,我尝试修改为1M,也没啥用