Part Number: LAUNCHXL-F280049C
I have a problem converting integer to char array and I have no idea how to do it. What I'm doing basicaly is merge two modified example codes(epwm updown and sci interrupt) and trying to read the values using SCI.
compAValue = EPWM_getCounterCompareValue(epwmInfo->epwmModule, EPWM_COUNTER_COMPARE_A); // convert EPWM_COUNTER_COMPARE_A to char array maybe?
I'm not sure if I'm doing it right. It's a really new concept for me to be hones I'm still trying to learn. I'll be looking out for your answers. Thank you!