• The real time kernel
    Hi all I need to know how to use the real time kernel. I need to understand the basics . As I understand the real time kernel is a group of functions contained in some header file dedicated...
  • Can simulator approximate real-time?
    I have developed some C51 software and it works fine in the simulator, the only problem is that the simulator goes far too fast! Strings that are only supposed to come out of the serial port once per...
  • Configured sampling time does not match with real sampling time
    I'm working in a Project. We have bought the MCBstm32F400 Dev. Board. I haved configured the ADC sampling time equal to 1MSPS as follows: System clock =30MHz(HSI) SPB preescaler = 1-> PCLK ...
  • how to write interrupt routine for a real time clock?
    hi. does anyone know how to write interrupt routine for real time clock?? kindly post it here. thank you.
  • Delays in RTX kernel and configuration
    Hi, Iam working on LPC248 OEM board ,where iam testing the delays in RTX kernel. In configuration file i set the value as shown below. #define OS_TICK 10000 Can anybody explain what is the...