• HardKernel after calling IAP
    I am trying to read UID value from LPC11xx chip. My code is running ok, until I try to read UID. After that, well after few other things that run on the uC it ends up in HardKernel. I guess stack overflow...
  • Running IAP calling code from RAM
    We are using the LPC2114. Our application has got a portion of code that has to be run from RAM and is calling IAP functions. Therefore it is declared as follows: void doUpdate() __arm __ram Recently...
  • why this progam in RTOS not running?
    This is my source code, very simple. #include <rtx51.h> #include <stdio.h> #include <math.h> #include <REGX51.H> void task1 (void) _task_ 1 _priority_ 1 { P2_1 = 0; os_wait(K_TMO, 100, 0); } ...
  • RTOS FOR LPC2138 IS NOT RUNNING ON PROTEUS
    Can anyone help please i started RTOS on lpc2138 i wrote code in keil , when i debug in keil the output is comming and hardware is also not at all a problem , i got output on hardware also but when...
  • RTOS
    hello, i am looking for an RTOS to use with my application for the 89V51RD2 microcontroller. it is a basic application for reading GPS data and then sending it to a GSM based cell phone. in addition...