what is difference about internal sram and internal flash in CW

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

what is difference about internal sram and internal flash in CW

4,159 次查看
flash
Contributor I
Using cw ,it can generate two modes which contain "internal sram " and  "internal flash".
 
what is difference when using them to debug the code via the BDM.
标签 (1)
0 项奖励
回复
2 回复数

1,527 次查看
CrasyCat
Specialist III

Hello

Which processor are you targeting (Coldfire, EPPC82xx, ...)?

Basically internal RAM target loads code into RAM , whereas Internal Flash target loads code into the chip internal flash.

Depending on the processor you are targeting, You may be able to set 1 ot 2 breakpoints even when the application is loaded into Flash.

Basically you can debug in flash, but there are some limitation due to the hardware.

CrasyCat

0 项奖励
回复

1,527 次查看
J2MEJediMaster
Specialist I
When the program is placed in internal SRAM, you can use the debugger to set breakpoints in the code.
0 项奖励
回复