TI中文支持网
TI专业的中文技术问题搜集分享网站

ndk用EVM_init初始化

ndk程序加载gel能正常运行,现在我想去掉gel,用EVM_int()函数进行初始化。我已经修改了底层的PLL和DDR参数,且我已将EVM_int()函数进行初始化用到srio程序上,是可以的。但是在ndk程序中不行,程序debug后就一直runing,无法停下来。我感觉是ndk中很多段放到DDR的原因,然后我就将初始化PLL和DDR等段放到L2中,但还是不行。

在.cfg和helloworld.c文件中分别对lastfxns函数和EVM_init函数都有强调要先在.ccxml上进行如下设置一下,

If you are debugging within
* CCS the default option in your target configuration file may be to execute * all code up until Main as the image loads. To debug this you should disable
* that option.

但我一直没找到相应设置

Nancy Wang:

打断点也停不下来?

user4461033

If you are debugging within * CCS the default option in your target configuration file may be to execute * all code up until Main as the image loads. To debug this you should disable * that option.

这句话是在哪里看到的?

赞(0)
未经允许不得转载:TI中文支持网 » ndk用EVM_init初始化
分享到: 更多 (0)