IT/IoT | Hardware 2017. 8. 10.
W5500 Driver open source projects - 오픈소스
저번 글 "W5500 Ethernet driver for PSoC - FreeRTOS" 에 이어지는 드라이버 소스 정리 작성된 글은 아래 링크에도 중복 게시했습니다. (추후에 기술관련 글만 따로 블로그를 정리해보려고 시도해 본다. http://it.devbj.com ) W5500 Driver open source projects - 오픈소스 - http://it.devbj.com/58 부족하더라도 계속 이 페이지에서 수정해 나갈 예정~ W5500 Driver open source projects - 오픈소스 이전에 PSoC W5500 Driver 에 관련된 글을 작성했었다. W5500 Ethernet driver for PSoC - FreeRTOS이외에 많은 대중적인 MCU 들이 많이 있는데 관련해서 드..
IT 2015. 2. 3.
Upload hex file to Arduino Board with AVR Studio6
Upload hex file to Arduino Board with AVR Studio6아두이노 보드에 Arduino IDE 를 쓰지 않고 AVR Studio6 를 이용해서 업로드 하는 방법. 원본 출처는 Using Arduino Bootloader from AtmelStudio Determining Arduino Avrdude Arguments The exact avrdude.exe command that is used from within the Arduino IDE can be determined by the following steps. This can be useful to ensure that the correct arguments are used when avrdude.exe is calle..
IT 2012. 3. 28.
AVR delay함수 사용시 __builtin_avr_delay_cycles 에러처리
걍 쉽게 util/delay.h 의 함수를 사용했는데 떵 하니 에러가 뜬다. 찬찬히 보지 말고 걍 아래 솔루션으로 직행결론은 파라메터를 정수를 넣지말고 소수점을 가진 값으로 넣어주자_delay_us(1); 머 이렇다고 하면 _delay_us(1.0); 이렇게 해주면 간단히 해결 ^^error: __builtin_avr_delay_cycles expects an integer constant.해결책 링크 : http://savannah.nongnu.org/bugs/?34278캡쳐해서 간단히 올리면 아래와 같이 처리하기..
IT/Software 2012. 3. 28.
AVR Studio 5 다운로드
업그레이드 엄청 자주 한다..최신껏이 항상 좋은 건지 모르지만일단 업데이트 정보 저장. 툴체인은 같이 포함된 듯, 화려한 대신 덩치는 크다~~AVR Studio5 direct download link : http://www.atmel.com/Images/as5installer-stable-5.1.208-full.exe링크 참고한 소스페이지는 여기 => http://i.amniels.com/avr-studio-4-and-5-download-links그리고, 6시리즈 등장..베타라서 아직 관망하기소개페이지: http://www.atmel.com/Microsite/atmel_studio6/default.aspx위의 정보들을 총망라한 설명 페이지.다이렉트 링크도 다 나와 있다.http://www.mikrocon..