• Problem Splitting Integer Variable
    hi everyone... i am facing a problem in my college project... i have a 16bit unsigned integer variable and i need to store it in the 24C02 EEPROM, but that saves 8bit variable at a time... ...
  • Problem Splitting Integer Variable
    hi everyone... i am facing a problem in my college project... i have a 16bit unsigned integer variable and i need to store it in the 24C02 EEPROM, but that saves 8bit variable at a time... ...
  • printf problem for integers > 32767
    I am using printf function to send data to serial port. The mcu has to send a number which may be upto 65535. But for numbers larger than 32767, I was getting negative numbers. To test it I wrote...
  • printf problem for integers > 32767
    I am using printf function to send data to serial port. The mcu has to send a number which may be upto 65535. But for numbers larger than 32767, I was getting negative numbers. To test it I wrote...
  • Problem in displaying integer/number GLCD
    i am unable to display numbers in glcd example like digit 13.By using below code . int32_t GLCD_DrawChar(uint32_t x, uint32_t y, int32_t ch); int x=50 + (acc.x * 25/1000); int y=50 + (acc.y * 25...