• Initialize a const floating point with an raw binary value
    Hello, is there a way to initialize a floating point constant (code memory) with a raw binary value? Because we use a few special NAN flags and I cant initialize them using the CX51 compilier. With...
  • Initialize a const floating point with an raw binary value
    Hello, is there a way to initialize a floating point constant (code memory) with a raw binary value? Because we use a few special NAN flags and I cant initialize them using the CX51 compilier. With...
  • Initialize long with floats binary representation
    Hello, how can I achieve long l = WHAT_EVER_MACRO (-12.5); main() { printf("%X",l); } resulting in output "0xC1480000" the binary representation of the float -12.5 . Without that MACRO...
  • Initialize long with floats binary representation
    Hello, how can I achieve long l = WHAT_EVER_MACRO (-12.5); main() { printf("%X",l); } resulting in output "0xC1480000" the binary representation of the float -12.5 . Without that MACRO...
  • Global variables not initializing to proper values
    Hello My global variables are only initializing to defined values when i download my code to LPC2468. After Power reset my Global variables are initializing to random values. I am getting following...