• 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...
  • 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...
  • 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...
  • 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...
  • the newest problem
    i still cant get the pwm signal in P7.1 after some changing to my program.. My program is #include <stdio.h> /* standard I/O .h-file */ #include <reg167.h> /* special function register 80C167...