不针对该芯片,如果想在上电后进入main函数之前初始化全局RAM时应该怎么操作呢? 有没有简单可靠的方法借鉴下,
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.
你好,芯片上电启动,在code start之后会跳转进_c_int00这个代码里面将初始值搬运到变量里面,这段代码是库去做的,不能改
我就是在codestart里面将RAM初始化为0了,我用的是28034,ccs10