releaseMode is frozen (solved)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-12-04 11:53 PM
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
Labels:
- Labels:
-
STM32Cube MCU Packages
This discussion is locked. Please start a new topic to ask your question.
0 REPLIES 0
