• NCODE&FCODE definitions
    Hello ALL! It would be very nice to get an answer... on the link http://www.keil.com/support/docs/1134.htm for the large memory model is stated: NCODE (0X100000-0X10FFFF), .......... FCODE...
  • 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...
  • Printf only works with RTOS
    Hi, I have a working project for XC167 using RTX-166 Tiny. However, when I remove the RTOS (see code change below), printf stops working. It now prints the first character and then stops. I have...
  • enabling OVERLAY only for some func.
    Is it possible to enable OVERLAYING just for some given procedures and disable for all others?
  • putchar works, printf not
    Hello, I'm programming a OS for C167 and my problem is that the C167 does write with putchar, but when I want to write with printf it only prints the first character of the string. For example:...