完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我有一个外围设备,我正在使用 Raspberry Pi 和 STM32G0B1(两种不同的设备,两种不同的设置)进行通信
我基本上是在尝试重现我们在 STM32 平台上对这个外围设备所做的成功通信。我有一些奇怪的结果。 CS 线似乎变低或变高,过早/过晚导致读取不应该存在的位。 我正在发送 3 个单独的帧。4字节,10字节,1字节。没有正在读取的输入,因此可以忽略这些行。 下面我展示了 RPi 和 STM32 之间的输出比较。 下图显示了以下信号: SDO SDI <-- no traffic on any signal CS CLK 4 bytes frame on Rpi, matches code: 4 bytes on STM32 (should match above): It can be seen that it appears the bits are shifted 1 to the left here. The 10 byte frame: Same again with the STM32: The final frame is a single byte, the number '8' On the Rpi it looks like this: The STM32 reads this as 11 Here it looks like the CS line line stay low for too long causing a 1 to be read, where in the RPI it can be seen that CS goes high right at the end of the last byte. My code uses the HAL libraries and the sending function is simple:
|
|
相关推荐
1个回答
|
|
SPI有4种模式,由2位设置,传统上称为CPOL和CPHA。阅读 RM 中的 SPI 章节。
你设置它们 hspi1.Init.CLKPolarity = SPI_POLARITY_LOW; hspi1.Init.CLKPhase = SPI_PHASE_1EDGE; 即CPOL=0,CPHA=0,SPI波形符合。 RPi波形不符合,明显是CPOL=0 CPHA=1,LA也设置成这个模式。 |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2629 浏览 1 评论
3208 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1782 浏览 1 评论
3607 浏览 6 评论
5987 浏览 21 评论
939浏览 4评论
1315浏览 4评论
在Linux上安装Atollic TRUEStudio的步骤有哪些呢?
582浏览 3评论
使用DMA激活某些外设会以导致外设无法工作的方式生成代码是怎么回事
1302浏览 3评论
1357浏览 3评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-21 21:18 , Processed in 2.149037 second(s), Total 76, Slave 60 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号