• kick- starting technique for interrupt driven
    Hello everyone. I'm doing a RTOS project, about using kick- starting technique for interrupt driven (UART). i using KeilC 4, and mu code: #include <REGX51.H> #define MAX 50 typedef enum { FALSE...
  • kick- starting technique for interrupt driven
    Hello everyone. I'm doing a RTOS project, about using kick- starting technique for interrupt driven (UART). i using KeilC 4, and mu code: #include <REGX51.H> #define MAX 50 typedef enum { FALSE...
  • WDT kicks in when I use os_wait
    I am using PK51, which comes with RTX51 tiny. I am trying to use the os_wait command from a function. This is code I'm using. while (something) { CallFunction(some,thing,here); .. <continue processing...
  • WDT kicks in when I use os_wait
    I am using PK51, which comes with RTX51 tiny. I am trying to use the os_wait command from a function. This is code I'm using. while (something) { CallFunction(some,thing,here); .. <continue processing...
  • Stellaris ICDI debugger kicks the program flow to unknown
    Hi, I'm using uvision 5. I created a project for TM4C123GH6. Uvision generated two files, startup_TM4C123.s and system_TM4C123.s. I added a file main.c. In main I wrote the statements: int a,b,c;...