• Polling for a key press
    Hi, i am using a stellaris launchpad micro controller and i want to poll one of my switch's for a press. I have configured all the necessary ports and everything but i cant get it to work. I know that...
  • Uart press a key
    Hello! I want to know how can i find out when someone pressed a key in Uart1. /* /* Includes ------------------------------------------------------------------*/ #include "91x_lib.h" /* Private...
  • scanf breaking immediately when an invalid key pressed
    hi, we are developing sample code for scanf & printf functions using retarget_io.c for stdin & stdout in cmsis rtos. we have implemented stdout_putchar & stdin_getchar functions in user code. printf...
  • Ten loops in key
    Hey. I'm writing some code but the keil gives me an error in line 37 Can someone check my code on \\trevorpc\c:\keil\func57.c My computer is connected to the web The ip address is 192...
  • RTX kernel: exception on Task exit by breaking out of while(1) loop
    Hi, I was experimenting with the Tasks in RTX kernel. What i observed was that 1) if the highest priority task (at some point of time. Need not be the highest among all the threads) exits...