• 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 SDRAM and return of a function
    Dear all, I'm using the LPC2468 with SDRAM that ist configured in the startup and ind the memory layout. In general ist works. But I found one strange problem. I have a sructure ExternalCFG that...
  • atoi, strol functions problems
    Hello, I work with LPC2148 and RealView Compiler. I have noticed that if I convert a string with the atoi function, the result never is correct. If the value of the number in the string is...
  • Problem in using fopen function
    I have added the code.Calling init_filesystem() initializes and mounts the RAM drive successfully and turns the corresponding pins of PORT2 HIGH.This happens so if am not calling the tst_fopen() function...
  • 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...