• Debug LPC 1788
    I have 2 projects: bootloader project - mount the SD card and load application.hex to the external RAM application project - RTOS and application I would like to use bootload to load a application...
  • LPC 1788 board from Keil
    I have MCB1700 board with LPC 1768. But I would like to know if there is board which have LPC 1788 on it from Keil?
  • LPC 1788 Uart recieves no data
    Hello I´m currently trying to set up the UART3 of my LPC 1788. The transmission of any messages works perfectly but I can´t recieve any messages. The input-signal is on the pin which means I wouldn...
  • Problems with atof
    Hello, I had written a simple program. I want to convert ascii buffer into a float using atof. But this program can't link. An error occurs that no external symbol atof existing. the atoi funktion...
  • atof() function problem
    I am using keil IDE for arm7 (LPC2138 by NXP) programming. Here is my code. >> #include <LPC213X.H> #include "Stdlib.h" #include "Serial.h" void initialize(void); int main () { float number; int...