일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
- Visual Studio
- 리눅스
- UART
- Debugging
- GPIO
- Visual Studio Code
- raspberrypi
- QEMU
- STM32
- buildroot
- BeagleBone
- nucleo
- 라즈베리파이
- vscode
- AArch64
- atmel
- avr-gcc
- bare metal
- platformio
- AVR
- 아두이노
- C++
- Arduino
- USART
- esp32
- Raspberry
- Debug
- yocto
- 디버깅
- Linux
- Today
- Total
목록Debug (5)
임베디드를 좋아하는 조금 특이한 개발자?

- 개발 환경WSL2 (Ubuntu 24.04 LTS)buildroot (2024.02)Qemu emulator (8.2.2 (Debian 1:8.2.2+ds-0ubuntu1.8))- 사전 필요 작업https://littlebitodd-developer.tistory.com/74 [Linux Debugging] Buildroot를 통해 디버깅할 리눅스 빌드- 개발 환경WSL2 (Ubuntu 24.04 LTS)buildroot(2024.02)1. 서론 리눅스 커널을 공부하면서 어떻게 하면 일반적인 어플리케이션을 디버깅 할 때 처럼 직관적이고 커널의 코드흐름을 확인 할 수 있는 방법을 고littlebitodd-developer.tistory.com- 참고 포스트https://littlebitodd-devel..

- 개발 환경WSL2 (Ubuntu 24.04 LTS)buildroot (2024.02)Qemu emulator (8.2.2 (Debian 1:8.2.2+ds-0ubuntu1.8))- 사전 필요 작업https://littlebitodd-developer.tistory.com/74 [Linux Debugging] Buildroot를 통해 디버깅할 리눅스 빌드- 개발 환경WSL2 (Ubuntu 24.04 LTS)buildroot(2024.02)1. 서론 리눅스 커널을 공부하면서 어떻게 하면 일반적인 어플리케이션을 디버깅 할 때 처럼 직관적이고 커널의 코드흐름을 확인 할 수 있는 방법을 고littlebitodd-developer.tistory.com1. 서론 지난 포스트를 통해 디버깅할 리눅스를 Buildr..

- 개발 환경Macbook Pro 14 (M3)macOS : Sequoia 15.4 개발 보드 : NewTC AVR MEGA 128 개발보드프로그래머 : NewTC AVR용 USPISP V7.0Jtag 프로그래머 및 디버거 : AVR JTAG ICE USB0. 사전 작업https://littlebitodd-developer.tistory.com/39 Mac에서 Atmel(AVR) MCU 개발을 위한 환경 구축 - 5 : 저렴한 JTAG로 Debugging 하기- 개발 환경Macbook Pro 14 (M3)macOS : Sequoia 15.4 개발 보드 : NewTC AVR MEGA 128 개발보드프로그래머 : NewTC AVR용 USPISP V7.0Jtag 프로그래머 및 디버거 : AVR JTAG ICE..

- 개발 환경Macbook Pro 14 (M3)macOS : Sequoia 15.4 개발 보드 : NewTC AVR MEGA 128 개발보드프로그래머 : NewTC AVR용 USPISP V7.0Jtag 프로그래머 및 디버거 : AVR JTAG ICE USB0. 사전 작업 (Toolchain을 설치 하지 않았다면)https://littlebitodd-developer.tistory.com/34 Mac에서 Atmel(AVR) MCU 개발을 위한 환경 구축 - 1 Toolchain 설치- 개발 환경Macbook Pro 14 (M3)macOS : Sequoia 15.4 개발 보드 : NewTC AVR MEGA 128 개발보드프로그래머 : NewTC AVR용 USPISP V7.0Jtag 프로그래머 및 디버거 : ..
https://docs.arduino.cc/tutorials/uno-r4-wifi/debugger/ https://docs.arduino.cc/tutorials/uno-r4-wifi/debugger/ docs.arduino.cc Arduino Uno R4 WIFI 에서 MCU의 아키텍쳐가 Cortex-M4로 바뀜에 따라 추가적인 하드웨어 또는 소프트웨어 없이 디버깅이 가능하도록 변경되 었습니다. 드디어 코드가 지저분해지는 Serial.println()으로 변수 확인을 할 필요도 없으며 원하는 라인에서 멈추는 것도 가능해졌으며 ISR(Interrupt Service Routine)에서 디버깅이 가능하도록 변경되었습니다.- 장점 1. 디버깅을 위해 추가적인 코드 작성 필요 없음(시리얼 모니터로 변수 ..