完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
在串口试验中,USART_SendArray(DEBUG_USARTx , a,10);没能输出a[10]中的元素? 例程中编写了以下程序, #include "STM32f10x.h" #include "bsp_led.h" #include "bsp_usart.h" int main() { uint8_t ch; uint8_t a[10]={1,2,3,4,5,6,7,8,9,10}; USART_Config(); USART_SendByte(DEBUG_USARTx , 0x64);//01100100 printf("n"); USART_Send2Byte(DEBUG_USARTx , 0xff56); printf("n"); USART_SendArray(DEBUG_USARTx , a,10); printf("n"); USART_SendString(DEBUG_USARTx, "sendString"); printf("n"); printf("chuankou printf函数测试n"); putchar('b'); printf("n"); while(1) { // ch = getchar(); ch = '1'; printf("ch = %cn",ch); switch(ch) { case '1':LED_GREEN; break; case '2':LED_BLUE; break; case '3':LED_RED; break; default:LED_RGBOFF; break; } } } 我debug测试结果如下: d V s chuankou printf函数测试 b ch = 1 问题是: USART_SendByte(DEBUG_USARTx , 0x64);//01100100 输出结果是d USART_Send2Byte(DEBUG_USARTx , 0xff56); 输出结果是 V USART_SendArray(DEBUG_USARTx , a,10); 没能输出a[10]中的元素。 USART_SendString(DEBUG_USARTx, "sendString"); 只输出了一个 s就没有了?
|
|
相关推荐
|
|
你正在撰写答案
如果你是对答案或其他答案精选点评或询问,请使用“评论”功能。
STM32进行DMA数据转运,为什么只有A组最后一位数据被转运到B组去?
1148 浏览 2 评论
1497 浏览 3 评论
1129 浏览 0 评论
嵌入式开发 Win11安装ST-Link 提示 设备描述符请求失败 怎么处理?
1266 浏览 0 评论
1553 浏览 1 评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-8-16 02:55 , Processed in 0.509876 second(s), Total 40, Slave 34 queries .
Powered by 电子发烧友网
© 2015 www.ws-dc.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号