uint8_t buffer[512]={0};
CyU3PDebugPrint(4,"%02x",systemtempbuffer[0]);
the print result is s't'range.
Solved! Go to Solution.
Hello,
The CyU3PDebugPrint() API does not have support for precision modifiers as in C printf() statement. Please refer to the API details on the FX3 API Guide.
Best regards,
Srinath S
You may provide the wrong code, please check again
uint8_t buffer[512]={0};
CyU3PDebugPrint(4,"%02x",systemtempbuffer[0]);
Hello,
The CyU3PDebugPrint() API does not have support for precision modifiers as in C printf() statement. Please refer to the API details on the FX3 API Guide.
Best regards,
Srinath S