• sprintf got stuck while using RTX Kernal
    Hai, I am using LPC2119 microcontroller. I want to print some variable value in LCD. When i use sprintf(lcd_buf,"Value = %03d",x); for getting a value in buffer then print it. It is working properly...
  • sprintf got stuck while using RTX Kernal
    Hai, I am using LPC2119 microcontroller. I want to print some variable value in LCD. When i use sprintf(lcd_buf,"Value = %03d",x); for getting a value in buffer then print it. It is working properly...
  • NOR, SPI, U-Boot, Kernal
    Hi All, I have spent a few months trying to learn all about embedded systems. Good old google and endless mazes of blogs, links. In my quest to learn of course I have bricked about 4 devices (not...
  • NOR, SPI, U-Boot, Kernal
    Hi All, I have spent a few months trying to learn all about embedded systems. Good old google and endless mazes of blogs, links. In my quest to learn of course I have bricked about 4 devices (not...
  • problem with RTA in conjunction with RTX
    Hi everyone, I try to use RTA for implementing unit tests. It works well if I run my test without RTX. I use -Block on write- to make sure that I see all messages send from RTA. When I use RTA...