• Saving Long Double Variables to Eeprom
    Hi, I have a Long Double (ld) variable which is 8-bytes long, and i need to write on eeprom to save settings for initializing of the system. As we know eeprom works on 1-byte memory sections so i...
  • Saving Long Double Variables to Eeprom
    Hi, I have a Long Double (ld) variable which is 8-bytes long, and i need to write on eeprom to save settings for initializing of the system. As we know eeprom works on 1-byte memory sections so i...
  • Problem with my CAN_IRQHandler() receiving double messages
    Hi, The device is a Cortex M3 (1768, specifically). When I send a CAN message to both port 1 and port 2 from a third node on the network, I see a double receipt of the CAN message. A bit...
  • Problem with my CAN_IRQHandler() receiving double messages
    Hi, The device is a Cortex M3 (1768, specifically). When I send a CAN message to both port 1 and port 2 from a third node on the network, I see a double receipt of the CAN message. A bit...
  • 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.