• atof() function problem + sprintf()
    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...
  • Problem with atof function
    Hello, I am writing a program with using RTX. I want to convert ascii buffer into a float using atof in a task. But this function works unreliable, program hang. If I try to debug this situation...
  • 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 not working in LPC 1788
    I am writing Programm using LPC1788, with RTX os . Through out Programm i have used atof function many times, but now if m adding new atof function, it is not working Properly, even i dont get any error...
  • GNU: Problem with malloc function
    Im using the Codesourcery GNU tool chain with the Keil 4 eval version. The malloc function is not working, it just returns NULL. I found a knowledgebase article, GCC: CONFIGURING MALLOC FUNCTION...