How to sprintf an uint32_t value
Posted on July 16, 2015 at 11:43 Hello everybody, Amateur question: I search for a long time how to sprintf a 32bit value in a string. If I use sprintf (string_to_write, ''%u'' , uint32_value); The value is cropped as a 16 bit...