Hi I've declare a 3 byte array uint8_t hex_str[3] and assign a value to convert Hex string to int using strtoul function the point is I set hex_str[2] = 0 but cannot.Here Is my code capture I do breakpoint at line rowIdx = (uint16_t)strtoul(hex_str, ...