• #pragma RENAMECLASS (NCODE = FLASH_CODE)
    hello, I'm using a XE164 µC. I've just read http://www.keil.com/support/docs/942.htm and have a following question. I'm writing my own bootloader and using as a help the APNT138. I want to...
  • #pragma RENAMECLASS (NCODE = FLASH_CODE)
    hello, I'm using a XE164 µC. I've just read http://www.keil.com/support/docs/942.htm and have a following question. I'm writing my own bootloader and using as a help the APNT138. I want to...
  • uVision2 Linker, memory for ICODE, FCODE...
    Hi.. I use an infineon xc167ci without module. I program it using infineon memtool. I can erase the flash, but I cannot program it. On uVision2 "OPTIONS FOR TAGRGET TARGET1=>L166MISC" there is a linker...
  • uVision2 Linker, memory for ICODE, FCODE...
    Hi.. I use an infineon xc167ci without module. I program it using infineon memtool. I can erase the flash, but I cannot program it. On uVision2 "OPTIONS FOR TAGRGET TARGET1=>L166MISC" there is a linker...
  • syntax "?PR?printf"%FCODE only works on some PCs ?
    Hi everyone, My application requires that I locate the "printf" code from the library to a certain location, so in my linker file, I wrote: "?PR?printf"%FCODE (0x0300) [0x0300] This uVision-2...