Question
releaseMode is frozen (solved)
Posted on December 05, 2017 at 08:53
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