完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
大家好,我想为SPI写ISR,但我不能找到这个控制器的ISR的名字,因为我第一次使用它。请帮帮我,谢谢
以上来自于百度翻译 以下为原文 Hello all, I am trying to write ISR for SPI but am not able to find the name of the ISR for this controller as i am using it the first time. Please help me. Thank You |
|
相关推荐
3个回答
|
|
您可以检查是否设置了标志:SSP1:如果主同步串行端口1中断标志位。请在外围中断部分读取数据表。
以上来自于百度翻译 以下为原文 You can check if your flag is set: SSP1IF: Master Synchronous Serial Port 1 Interrupt Flag bit. Read your datasheet on Peripheral interrupt section. |
|
|
|
你好!请检查编译器手册下的“中断”部分,简单地说,如果你不能在26K22上启用中断优先级,那么你可以声明IRS是什么样的,或者你想使用什么样的名字来做中断例程。在ISR内部,你必须检查各种中断标志,看看哪个外设请求中断(更好的是:检查标志和使能,像这样:如果(PrI1BIT.TXIF和PIE1BIT.TXEY),因为你可能有一个外围设备不总是有它的中断启用和你想要的。只在这种情况下服务)如何使用中断优先级…编译器手册是你的朋友。
以上来自于百度翻译 以下为原文 Hi! Please check the compiler manual, under the section "interrupts" to put it simply if you don't enable interrupt priorities on the 26k22 you declare the IRS as such void interrupt introutine() or whatever name you want to use for the interrupt routines. inside the ISR you will have to check the various interrupt flags to see which peripheral requested the interrupt (better yet: check both the flag and the enable, like this: if (PIR1bits.TXIF & PIE1bits.TXIE) as you may have that a peripheral don't always have its interrupt enabled and you want to service it only in such cases) on how to use interrupt priorities... the compiler manual is your friend. |
|
|
|
正如杰克所说,阅读XC8手册。它不是ISR的名称,它是用它声明的限定符。
以上来自于百度翻译 以下为原文 As Jack said, read the XC8 manual. It is not the name of the ISR that matters, it is the qualifiers it is declared with. |
|
|
|
只有小组成员才能发言,加入小组>>
5248 浏览 9 评论
2036 浏览 8 评论
1956 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3217 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2264 浏览 5 评论
786浏览 1评论
677浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
603浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
684浏览 0评论
581浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-27 04:40 , Processed in 1.314220 second(s), Total 81, Slave 65 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号