I am struggling today. Compiler XC32 2.50 PIC32MZ2064DAR169 a simple format specifier problem. I need to input a 32 bit number basically unsigned long or uint32_tI have this: char in_str;
strcpy(in_str, "BD1FC000");
uint32_t flash_addres..