完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,
我在SPC5 Studio 3.4.3上使用SPC56EL60的FlexCAN,我想为每个人定义过滤器。我为每个包含不同过滤器的配置创建了一个配置。 CAN1有16个滤波器,从0x200到0x20F,CAN2有16个滤波器,从0x400到0x40F。 - >第一个问题:所有过滤器都在所有配置中合并(CAN1过滤器配置为0x200到0x20F和0x400到0x40F)。我必须手动编辑can_lld_cfg.c。 - >第二个问题:两个FlexCAN的Rx邮箱号码都是固定的。代码生成器不允许为每个FlexCAN设置特定的编号。 - >第3个问题:将Rx邮箱号设置为16不会影响函数can_lld_is_rx_nonempty,该函数仅在不使用CAN_ANY_MAILBOX常量时检查前8个邮箱。 以上来自于谷歌翻译 以下为原文 Hello, I'm using both FlexCAN of SPC56EL60 on SPC5 Studio 3.4.3 and I wanted to define filters for each of them. I created a config for each of them containing different filters. CAN1 has 16 filters from 0x200 to 0x20F and CAN2 has 16 filters from 0x400 to 0x40F. --> 1st problem: all filters are merged in all config (CAN1 filters config was 0x200 to 0x20F AND 0x400 to 0x40F). I had to edit can_lld_cfg.c manually. --> 2nd problem: the Rx mailbox number is fixed for both FlexCAN. The code generator does not allow to set a specific number for each FlexCAN. --> 3rd problem: setting Rx mailbox number to 16 does not affect the function can_lld_is_rx_nonempty which only checks the first 8 mailboxes when not using the CAN_ANY_MAILBOX constant. |
|
相关推荐
3个回答
|
|
你好Aurélien,
- >第一个问题:所有过滤器都在所有配置中合并(CAN1过滤器配置为0x200到0x20F和0x400到0x40F)。我必须手动编辑can_lld_cfg.c。 你是对的 , 这是CAN层(ftl文件)中的问题 我们已经为此提交了一张票。 (错误报告) - >第二个问题:两个FlexCAN的Rx邮箱号码都是固定的。代码生成器不允许为每个FlexCAN设置特定的编号。 不,在这种情况下......这是不可能的。 这是对此的更改请求。 - >第3个问题:将Rx邮箱号设置为16不会影响函数can_lld_is_rx_nonempty,该函数仅在不使用CAN_ANY_MAILBOX常量时检查前8个邮箱。 是的,这是另一个ER。 作为临时解决方案,您可以在components / lib / src或include文件中修补文件。 我们会尽快处理预期成果。 最好的祝福 二万 以上来自于谷歌翻译 以下为原文 Hello Aurélien , --> 1st problem: all filters are merged in all config (CAN1 filters config was 0x200 to 0x20F AND 0x400 to 0x40F). I had to edit can_lld_cfg.c manually. You are right , it is a issue in CAN Layer (ftl file) we have submitted a ticket for this. (Error report) --> 2nd problem: the Rx mailbox number is fixed for both FlexCAN. The code generator does not allow to set a specific number for each FlexCAN. No , in this case .. it is not possible. It is a change request for this. --> 3rd problem: setting Rx mailbox number to 16 does not affect the function can_lld_is_rx_nonempty which only checks the first 8 mailboxes when not using the CAN_ANY_MAILBOX constant. Yes , it is another ER. As a temporary solution , you can patch the file in components/lib/src or include file. We will handle the ERs as soon as possible. Best regards Erwan |
|
|
|
关于第二个问题,不同的FlexCAN如何能够拥有不同数量的Rx邮箱,因为所有CAN配置定义都基于使用唯一CAN_RX_MAILBOXES大小定义的CANConfig类型?
以上来自于谷歌翻译 以下为原文 Regarding the 2nd problem, how could different FlexCANs could have a different number of Rx mailboxes since all CAN config definition are based on the CANConfig type which is using the unique CAN_RX_MAILBOXES size definition? |
|
|
|
是的,我们在数据库中提交了一个更改请求,以获得一组不同的Rx邮箱号码。
最好的祝福 二万 以上来自于谷歌翻译 以下为原文 Yes , we have submitted in our database a change request to have a different set of Rx Mailbox Number. Best regards Erwan |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2779 浏览 1 评论
3251 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1824 浏览 1 评论
3667 浏览 6 评论
6062 浏览 21 评论
1347浏览 4评论
对H747I-DISCO写程序时将CN2的st-link复用为usart1,再次烧录时无法检测到stlink怎么解决?
373浏览 2评论
STM32G474RE芯片只是串口发个数据就发烫严重是怎么回事?
467浏览 2评论
STM32处理增量式编码器Z信号如何判断中断是正转的还是反向转的?
292浏览 2评论
使用STM32F407VET6的USB2.0功能,发现ctl后芯片无数据返回,是什么原因可能导致的呢?
214浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2025-1-11 09:46 , Processed in 1.083252 second(s), Total 50, Slave 44 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号