• enabling OVERLAY only for some func.
    Is it possible to enable OVERLAYING just for some given procedures and disable for all others?
  • Code works only with Debug Adapter
    Dear All, I am using Silabs 8051F340 processor to which a temperature and humidity sensor(sensirion) is interfaced. This sensor is interfaced using I2C like(2 wire serial) protocol. Code works fine...
  • Code only works with Debug adapter
    Dear All, I am using Silabs 8051F340 micro controller and USB debug adapter to download the code to my target CPU. The problem i am facing is my code works fine when i reset the system using...
  • 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...
  • RE: enabling OVERLAY only for some func
    Bahri Okuroglu Turning off overlaying to use function pointers has a heavy ram size price. Since function pointers are tricky to use, I suggest the following technique. This technique has 2 advantages...