AVR2 [AVR]IAR에서 sprintf 소수점 사용하기 xcl 파일을 수정해야한다.. atmega128 기준.. /* - lnkm128.xcl - * * XLINK command file for the ICCAVR C-compiler using the --cpu=m128, -ms * options. Segments are defined for an ATmega128 whithout external * memory. It is also possible to "add" external SRAM, EPROM and EEPROM. * * Usage: xlink your_file(s) -f lnkm128 * * File version: $Revision: 1.9 $ */ /*====================================================.. 2009. 9. 13. IAR EEPROM 변수 선언 __no_init __eeprom char erc_buf[KEYSU][eFULL+1]; __no_init __eeprom char *ep; 앞에 __no_init 를 붙여줘야된다.. 없을경우엔 Error[e133]: The output format intel-standard cannot handle multiple address spaces. Use format variants (-y -O) to specify which 이런 에러메세지를 만날수 있다. ROM-Output 파일 만들기위해선 Lingker에 ExtraOption-> -Ointel-extended,(XDATA)=.eep 을 삽입해주면 된다. 2009. 3. 6. 이전 1 다음