• Beginner seeks i2c advice
    Hi. I am new to programming the lpc23XX's and am using one for my project.The board I am using is the mcb2300 version 3.I am currently having trouble in using the i2c.I am using pin 83 and 85 which...
  • 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...
  • answer?
    keil::::: uvision::::: libaries::::: stereovisonical?????
  • Seeking Wisdom; Func calls from interupt and Volatile
    Hi Everyone, I have 3 controllers, all using SILABS C8051F040 SOC. They perfrom various functions on there own and communicate via CAN. They are working well together (I fixed one major problem I will...