CMM FILE FOR MC9S12GN32 CONTROLLER

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

CMM FILE FOR MC9S12GN32 CONTROLLER

522件の閲覧回数
nandishguruling
Contributor III

Hello All,

I am newbie for lauterbach, facing issue in lauterbach by using CMM Script for S12GN32 Controller and Cosmic compiler, I am able to loading the .elf file successfully but its not hitting the breakpoint anywhere in the source code then I load the symbol also, please one can help me what is the wrong in the below script,  

Winpage.reset
SYStem.Reset
SYStem.CPU MCS12GN32
SYStem.UP
area.reset
area.view
print "SYStem is up"
Dialog.yesno "Do you want to flash the program "
ENTRY &temp
if &temp
(
Print "flashing Done"
FLASH.RESET
FLASH.erase all
Flash.auto all

 MAP.BOnchip 0x00000--0xFFFFF    
 data.load.elf " COSM12.elf"

 FLash.auto off
 print "flashing done"
 SYmbol.SPath.SetRecurseDIR "..\..\Implementation\"
 DATA.LIST
 R.Set PC HAL_Sys_Init
 )
 Else
 (
  print "Flashing not done"
 )

 ENDDO

Thanks and Best Regards

Nandish SG

0 件の賞賛
返信
0 返答(返信)