• How Do You Write a Single Variable to Flash?
    I'm using a C167 chip, I need to save just a single variable to Flash. The value will be used as part of a configuration parameter. Is there a nice simple way of using Flash to save just a single variable...
  • Double & long double support in keil
    I am using double & long double & check that both take same size in keil i.e 8 bytes. Shouldn't be long double take 16 bytes or keil 4.70.0 compiler don't have it.
  • Is it a bug or a feature? double and static double
    Recently, I have seen a very strange behaviour on uvision4. When I use a local double variable in my function, it compiles but I see NOP on disassamble window which corresponds to my variable.What...
  • How can i write the memory
    I'm using a MicroConverter ADuC812.and a 512K Flash memory with the space 0x0000--0x07FFFF, I have the PK51 Professional Developer's Kit and have examined the example in the folder: Keil\C51\EXAMPLES...
  • double trouble?
    Hi all. using uVision 4, keil compiler. I'm trying to create a very simple function that takes an argument list, but it seems like when i use parameters of type double, it doesn't work right...