How to debug W806 and W801 MCUs?

  • Post author:
  • Post category:W801

https://hackaday.io/page/12671-how-to-debug-w806-and-w801-mcus 참조: https://github.com/IOsetting/wm-sdk-w806 https://blog.bachi.net/?p=13238 https://hackaday.io/page/11837-getting-started-with-w806-240mhz-32-bit-mcu W806 is quite an interesting product in terms of price and performance. One of the biggest drawbacks of this platform is lack of popular hardware…

Continue ReadingHow to debug W806 and W801 MCUs?

STM32F1xC

  • Post author:
  • Post category:STM32

STM32F103 Core: ARM® 32-bit Cortex®-M3 CPU 72 MHz maximum frequency, 1.25 DMIPS/MHz (Dhrystone 2.1) performance at 0 wait state memory access Single-cycle multiplication and hardware division Memories 256 to 512…

Continue ReadingSTM32F1xC

ATmega2560 I/O Port

출처: http://choavrweb.blogspot.com/p/atmega2560-io-port.html ATmega2560 I/O Port 개요 10개의 8비트 양방향 병렬 I/O 포트(PORTA~F,H,J,K,L) 1개의6비트 양방향 병렬 I/O 포트(PORTG) 각 PORT별 3개 I/O 레지스터:Data Rgister, Data Direction Register, Input Pins Register DDR(Data…

Continue ReadingATmega2560 I/O Port

아두이노 디지털, 아날로그 I/O

출처: https://robodream.tistory.com/39 기본적인 포트에 값입력법 그리고 포트설정에 대해서 알아 보겠습니다.   제일 먼저 소개할 함수는 해당 포트에 대해 입출력을 미리 설정해주는 함수인   PinMode()입니다.   이 함수는 pinMode(포트번호 , 입/출력); 구조로…

Continue Reading아두이노 디지털, 아날로그 I/O

STM32F4 강의 – EXTI

  • Post author:
  • Post category:STM32

출처: https://louie0724.tistory.com/361 1. 기본적인 스위치 구성 회로   - 위의 콘덴서가 없을 경우 아래와 같이 노이즈가 발생하게 됨   2. GPIO 외부 인터럽트 설정   - NVIC에서 외부 인터럽트를 활성화…

Continue ReadingSTM32F4 강의 – EXTI