Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
FR8012HAQ-J,PA2/3定义为UART0,做串口用,但是会有日志打印出来,如何屏蔽该日志打印?或者定义其他引脚为uart0也还会有日志打印吗?
void user_custom_parameters(void) { ...... #if 1 // __jump_table.system_option &= ~SYSTEM_OPTION_PRINT_MASK;// __jump_table.system_option |= SYSTEM_OPTION_PRINT_SWO;// #endif ...... }