当前位置:网站首页>SPI master rx time out中断
SPI master rx time out中断
2022-07-07 13:29:00 【lixingdian】
背景:测试spi的time out中断,板子A master rx,板子B slave tx。master设置成超时中断TIME OUT。
slave发数据过来,master并没有触发超时中断。图像上很准确,开始担心是板子这个功能有问题,但是模拟的没问题。应该是设置问题。
模拟告诉我,清除fifo会清除time out寄存器。于是我在初始化的时候清除一次,后面就不会清除flfo。但实际上这样波形都不正确了,究竟是slave怎么把数据发给master。而且依旧触发不了中断,如果设置成done中断就可以触发。但就不是我们想要的time out中断了。模拟又告诉我说rx trigger level为空,设置数据会触发,设置后也无效,后来发现该位有数值限制,不能过大,过大会变成0。设置成正确的数字也无法触发中断。模拟又告诉我,传输数据时因为要接收的数据挺多的,cs一直拉低,会导致板子认为还在接收数据,会触发rxready中断,而不是time out中断。之所以要接收的数据挺多,是因为我的master设置SPI_DataLen为512(bits)了。在文档中解释:
Tx/Rx length
Spi在传输时,有效的SCK数
也间接的反映了发送或者接收数据的长度。
所以当我设置datalen为8以后,就可以触发正常的TIME OUT中断了。
后来看time out中断的文档,才发现自己文档读的不够详细。其实作者写的很清晰了。
当一次传输结束以后,rx fifo中有数据,但是数据量不够触发rx trigger level时,超过一定时间,就会触发time out寄存器。如果清除了fifo肯定也会清除掉调time out计数器。
所以要测试time out,需要
1、发数据的间隔时长长,长到接收完数据后足够触发完TIME OUT再清除fifo。
2、数据量小于rx trigger level,并且不会过多触发rx ready中断。
欢迎大家关注我的微信公众号
边栏推荐
- Android -- jetpack: the difference between livedata setValue and postvalue
- AB package details in unity (super detail, features, packaging, loading, manager)
- The significance of XOR in embedded C language
- 航天宏图信息中标乌鲁木齐某单位数据库系统研发项目
- LeetCode3_ Longest substring without duplicate characters
- 2022山东智慧养老展,适老穿戴设备展,养老展,山东老博会
- [Lanzhou University] information sharing of postgraduate entrance examination and re examination
- Three. JS introduction learning notes 12: the model moves along any trajectory line
- It's different for rich people to buy a house
- Align individual elements to the right under flex layout
猜你喜欢
TS as a general cache method
从 1.5 开始搭建一个微服务框架链路追踪 traceId
Use of SVN
unnamed prototyped parameters not allowed when body is present
20th anniversary of agile: a failed uprising
【数字IC验证快速入门】18、SystemVerilog学习之基本语法5(并发线程...内含实践练习)
Iterator and for of.. loop
Ue4/ue5 multi thread development attachment plug-in download address
Yunxiaoduo software internal test distribution test platform description document
C4D learning notes 3- animation - animation rendering process case
随机推荐
Getting started with webgl (4)
Three. JS introductory learning notes 18: how to export JSON files with Blender
./ Functions of configure, make and make install
Android -- jetpack: the difference between livedata setValue and postvalue
Shader Language
2022全开源企业发卡网修复短网址等BUG_2022企业级多商户发卡平台源码
C Alibaba cloud OSS file upload, download and other operations (unity is available)
Matlab experience summary
Async and await
Basic knowledge sorting of mongodb database
What is Base64?
Getting started with webgl (3)
Three. JS introductory learning notes 05: external model import -c4d into JSON file for web pages
【数字IC验证快速入门】29、SystemVerilog项目实践之AHB-SRAMC(9)(AHB-SRAMC SVTB Overview)
Nacos conformance protocol cp/ap/jraft/distro protocol
一大波开源小抄来袭
A wave of open source notebooks is coming
The "go to definition" in VS2010 does not respond or prompts the solution of "symbol not found"
leetcode 241. Different ways to add parentheses design priority for operational expressions (medium)
OpenGL common functions