• Linker complains Undefined Symbol
    Hi, I have a c program that looks like bellow. In my main.c file, I have included: #include "test.h" main(){ test_init(); } in my test.h file, I have a declaration static void test_init(...
  • BIN file instead of Hexb
    Is there a way in Uvision3 to obtain a .bin file instead of the .hex file, as the executable file format?
  • __irq instead __fiq
    Hi, I am having the same error as this person described in this thread: http://www.keil.com/forum/15818/ Well it has been answered there, but my question is If i will use __irq instead of __fiq...
  • USB port instead of I2C bus
    hi, I would like to program a 8051 microcontroller but I want to use the USB port instead of the I2C bus, can anyone please tell me how to do it? thanks.
  • Force function to be in CODE instead of ECODE
    Hi, I've configured the memory model to HUGE and I have more than 64kb ROM space. I'm working on a project using C compiler. I noticed that if I declare the ECODE class, all functions will be placed...