stm32上跑ucosii能够使用Jjtag进行单步调试吗
1个回答
展开全部
/* Place your implementation of fputc here */
/* e.g. write a character to the USART */
USART_SendData(DEBUG_USART, (uint8_t) ch);
/* Loop until the end of transmission */
while (USART_GetFlagStatus(DEBUG_USART, USART_FLAG_TC) == RESET)
{}
有做第二条语句吗
/* e.g. write a character to the USART */
USART_SendData(DEBUG_USART, (uint8_t) ch);
/* Loop until the end of transmission */
while (USART_GetFlagStatus(DEBUG_USART, USART_FLAG_TC) == RESET)
{}
有做第二条语句吗
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询