본문 바로가기

JOB Tips/Trace32

T32에서 Clipboad로 현재창 전체 내용 복사하기 // 2006.12.5, http://www.mdstec.com // sunggyun@mdstec.com // clipboard.cmm printer.clipboard ;stack 윈도에 있는 모든 내용을 txt파일로 저장을 함 wp.var.Frame %SPOTLIGHT /l /c ; watch 윈도우에 sunny,vlong,svc_stack 라는 변수를 txt파일로 저장을 함 ;wp.Var.Watch %OPEN sunny vlong svc_stack os notepad ; please paste.(ctrl+v) enddo 더보기
Trace32에서 소스가 안보일 경우 - y.path strippart 출처 : http://www.altera.com/support/kdb/solutions/rd03052008_123.html Trace32에서 다중 APP 심볼 로드 : /noclear 경로 재설정 : /strippart 3 경로 추가 : y.spath.srd + d.load.elf ../../test.elf /nocode /noclear /gcc3 /cpp /strippart 6. y.spath.srd cd * : 이때 선택한 폴더가 d:\source\model pwd entry &SourcePath print "&SourcePath" sYmbol.spath + "&SourcePathdv/3ginfra/modules/as3gtracer/srce" sYmbol.spath + "&SourcePathdv/3g.. 더보기
[CMM] 변수 로깅 후 html 파일로 변환하기 안녕하세요. 해당 변수들을 로깅 후 html 파일로 변환하는 예제입니다. TRACE32에서는 어떠한 TEXT 파일로 변환하여 줍니다. 엑셀, htm, xml 파일로도 다양하게 표현을 할 수가 있기 때문에 변수 분석을 휠씬 효과적으로 해 줍니다. TRACE32 PowerView vision: 2007. 3월 이후 추가 문의 사항은 trace32@mdstec.com 연락 바랍니다. 그럼 수고하세요. // File : var_logging_to_html.cmm // Usage: do var_logging_to_html.cmm local &time &date &r2 &r12 &r2 &r1 &file &file="var_logging" &time=clock.time() &date=clock.date() open .. 더보기