본문 바로가기

debug

XDS100, XDS200 로 CCS v20 Debug 하기:TI TMS320 입문 TI TMS320 입문 연재 입니다. 1. CCS, C2000Ware, sprc191 (sprc097) 설치, compile == https://bahk33.tistory.com/2052. XDS100, XDS200 로 CCS Debug 하기 == 본글 https://bahk33.tistory.com/2073. UniFlash 로 ( CCS 없이 ) FW Download 하기- == https://bahk33.tistory.com/208 4. C2000Ware Sample code 를 다른곳으로 가져 가기 == https://bahk33.tistory... 더보기
VS Code 로 nuvoton 디버그 하기 본글은 Visual Source Code ( VsCode ) 로 Nuvoton 소스를 build ( compile ), debug 하는 글의 한 부분 입니다. 1.  Nuvoton 제공 Sample Code를 Keil 에서 Compile 하기   ( https://bahk33.tistory.com/181  )2.  gcc 로 nuvoton source 직접 build(compile) 하기             ( https://bahk33.tistory.com/183 ) 3. Visual Source VS Code 로 nuvoton Build(Compile) 하기   ( https://bahk33.tistory.com/185  ) 4. VS Code 로 nuvoton 디버그 하기              .. 더보기
gcc 로 nuvoton source 직접 build(compile) 하기 본글은 Visual Source Code ( VsCode ) 로 Nuvoton 소스를 build ( compile ), debug 하는 글의 한 부분 입니다. 1.  Nuvoton 제공 Sample Code를 Keil 에서 Compile 하기   ( https://bahk33.tistory.com/181  )2.  gcc 로 nuvoton source 직접 build(compile) 하기             ( https://bahk33.tistory.com/183 )   :   본글 3.  Visual Source VS Code 로 nuvoton Build(Compile) 하기   ( https://bahk33.tistory.com/185  ) 4.  VS Code 로 nuvoton 디버그 하기   .. 더보기
Nuvoton printf debug uart 변경 nuvoton 에서 printf 를 하면 보통 uart0 로 나온다. 이를 uart1 이나 다른거로 바꾸고 싶으면. 문자열 "debug" 를 찾든 DEBUG_PORT" 를 찾든 하면 보통 "retarget.c" 안에 #define DEBUG_PORT UART0 라 되어 있다 여기 UART0 를 UART1 로 바꾸든 하면 된다. 더보기