• os_tmr_create
    Hello!! I hace a problem with os_tmr_create and os_tmr_kill. I need use these functions in the USART interrupt, but when the procesor run this line it goes to Hard Fault. Can you help me please...
  • os_tmr_create
    Hi!! If I call function os_tmr_create in function os_tmr_call, my sistem restarts. Any idea why? I need to call this function, because of limitation of timeout count is cca 65000 and I need own...
  • os_tmr_create() doesn't work
    I used os_tmr_create(). But, always return value is NULL!! Why!!? I saw os_tmr_create() defined in rt_Timer.c file. There is the following codes in the first conditional expression. if (tcnt...
  • Curiosity Killed The Geek
    Question: Out of purely a curiosity thing I formatted an SD Card using Windows XP and a card reader. I then looked at sector 0 and found the FAT32 information as per MS. I then ran a Keil example...
  • pointer to array is killing me!!!
    I'm having serious problem with the following code: unsigned char code * Progtxtstring_ENG[] = { "PROGRAM", "SYSTEM" }; unsigned char code * pMenu; //User selected English pMenu = Progtxtstring_ENG;...