• How to force a fuction to specific address in C.
    I am using Keil uVision2.. How can I force a function to an specified location. Please reply me soon. Regards. Maaz Qazi
  • The 'sscanf' mistake
    sscanf(buffer, "%d", &var1_1byte); in the above case, var1_1byte is uint8_t (ie 1 byte char variable). the "%d" in sscanf resulted to writing of multiple bytes (notice that '%d' is for 'int') which...
  • mistake with Heap
    Hi! I use RTX. In my program except the others there are three processes Here they OS_MUT LOG_MUTEX; #define INIT_LOG_LOCK os_mut_init(LOG_MUTEX) #define LOCK_LOG os_mut_wait(LOG_MUTEX,0xFFFF...
  • C51 long multiple mistake
    Hi: I use c8051f410, Program Size: data=114.1 xdata=100 code=4633 I had to use the long multiple in program and find it can not be excecute properly. The code is as below, Is this stack...
  • keil mistake in middlewares ver6.x
    I think there is a mistake in keil middlewares ver 6.x, keil should defines API functions for bottom layer of its middleware for micro/hardware interface and we as users can write our drivers according...