完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,
我想使用CTU来触发在OPWM模式下运行的EMIOS统一通道生成的事件时的ADC转换。 ADC和EMIOS已配置并显示正常工作,但CTU似乎无法运行。 据我所知,必须通过设置适当的位来启用CTU。引用: / *关于PCTL寄存器的注意事项:* /中只实现了一些PCTL / * Bolero 3M。为了使PCTL易于寻址,这些* / / *定义为数组(即ME.PCTL [x] .R)。这意味着你有* / / *在寻址这些寄存器时要小心,以免* / / *访问未实现的PCTL。以下是:* / / * 104,92,91,73,72,69,68,60,44,33,32,24,23,21-16,13-4 * / union {/ * Peripheral Control 0..143(+ 0x00C0-0x0128)* / vuint8_t R; struct { vuint8_t:1; vuint8_t DBG_F:1; vuint8_t LP_CFG:3; vuint8_t RUN_CFG:3; B; PCTL [105]; ,根据数据表,这显然意味着寄存器57可用,并且是CTU的正确注册: 所以我尝试启用CTU: & sharpdefine SPC5_CTUL_START_PCTL(SPC5_ME_PCTL_RUN(1)| SPC5_ME_PCTL_LP(2)) SPCSetPeripheralClockMode(57,SPC5_CTUL_START_PCTL); ,但无法验证实际内容,因为SFR View中没有这样的寄存器。 SPCSetPeripheralClockMode()执行OK,但是查看我的内容可以看到CTU仍然被冻结: 所以我的问题是,在SPC56EC74中启用CTU的正确方法是什么?另一个问题是为什么ME_PCTL57没有显示在SFR视图中? 问候 蒂姆 #spc56xx #ctu 以上来自于谷歌翻译 以下为原文 Hi, I want to use CTU in to trigger ADC conversions upon events generated by EMIOS Unified Channels running in OPWM mode. The ADC and EMIOS are configured and appear working, however CTU does not seem operational. As far as I understand the CTU has to be enabled by setting appropriate bit in . Quoting the : /* Note on PCTL registers: There are only some PCTL implemented in */ /* Bolero 3M. In order to make the PCTL easily addressable, these */ /* are defined as an array (ie ME.PCTL[x].R). This means you have */ /* to be careful when addressing these registers in order not to */ /* access a PCTL that is not implemented. Following are available: */ /* 104, 92, 91, 73, 72, 69, 68, 60, , 44, 33, 32, 24, 23, 21-16, 13-4*/ union { /* Peripheral Control 0..143 (+0x00C0-0x0128) */ vuint8_t R; struct { vuint8_t :1; vuint8_t DBG_F:1; vuint8_t LP_CFG:3; vuint8_t RUN_CFG:3; } B; } PCTL[105]; , which apparently means that register 57 is available, and is the right register for the CTU, according to the datasheet: So I try enabling the CTU: &sharpdefine SPC5_CTUL_START_PCTL (SPC5_ME_PCTL_RUN(1) | SPC5_ME_PCTL_LP(2)) SPCSetPeripheralClockMode (57, SPC5_CTUL_START_PCTL); , but cannot verify the actual contents of as there is no such register in SFR View. The SPCSetPeripheralClockMode() executes OK, however looking at the contents of I can see that the CTU still is frozen: So my question is, what should be the proper way to enable CTU in SPC56EC74? Another question is why the ME_PCTL57 is not shown in the SFR View? Regards Tim #spc56xx #ctu |
|
相关推荐
2个回答
|
|
|
|
|
|
|
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2741 浏览 1 评论
3244 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1813 浏览 1 评论
3653 浏览 6 评论
6043 浏览 21 评论
1342浏览 4评论
203浏览 3评论
对H747I-DISCO写程序时将CN2的st-link复用为usart1,再次烧录时无法检测到stlink怎么解决?
356浏览 2评论
STM32G474RE芯片只是串口发个数据就发烫严重是怎么回事?
445浏览 2评论
STM32处理增量式编码器Z信号如何判断中断是正转的还是反向转的?
275浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-26 06:00 , Processed in 0.971676 second(s), Total 79, Slave 63 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号