what is difference about internal sram and internal flash in CW

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

what is difference about internal sram and internal flash in CW

3,983件の閲覧回数
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,351件の閲覧回数
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,351件の閲覧回数
J2MEJediMaster
Specialist I
When the program is placed in internal SRAM, you can use the debugger to set breakpoints in the code.
0 件の賞賛
返信