• not getting the character on graphical lcd
    hi, my self yogesh working on graphical display on which there is sanyo LC 7981 controller is present. this display is inter face with C8051F020. after putting a lot of effort i cannot able to produce...
  • 7.0 Results
    I upgraded my CA51 to 7.00. My initial results on my code for my 5K part are: Keil 6.23 CA51 => 4F9B code size Keil 7.00 CA51 => 5035 code size I like to keep current with my tools. Is there an...
  • stm32 fft results getting added
    hi, the project "arm_cortexM4lf_fft_bin_example" works fine immediate after reset, that for first time. looping it with while(1),second time repeating the fft results gets added. it continuing...
  • printing float values gets no result
    I'm trying to use printf with the %f format specifier to display some floating point values but nothing gets printed. I can print integers values just fine using the %d format. Has anyone else had this...
  • Getting odd floating point results.
    ((lat2-lat1)*BETA*(lat2-lat1)*BETA + (long2-long1)*delta*(long2-long1)*delta) I'm writing some C code and I am getting some screwy results. Basically lat1, lat2, long1, long2 are all latitudes and...