2017-12-04 11:53 PM
Progrma is well work in debug mode but not in release mode.
because of printf(' ');
so I change
'printf ('');'
to
//&sharpdefine DEBUG_MODE 0
'&sharpifdef
DEBUG_MODE
printf('');
&sharpendif '
and then well work in relase mode
#hal_uart_transmit_it #release-mode #hal_uart_rxcpltcallback