完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,伙计们。我想用ADC在单采样模式下(由硬件SoC输入触发),并通过从ADC捕获中断获得转换后的数据。
数据表告诉我在ADCJ-Delsig中存在内部中断,但是我不能用下面的代码获得任何转换结果。 如有任何帮助,我们将不胜感激。 ---------------------------- 包括: 包括: UIT16结果=0; UIT8 8 DATAARDY=0; CysISR(ADCX-SARYA 1AISR) { 结果= ADCJ-DELSIGLY1GETRESULT16L(); 结果=AdcDeligy11CurtStokes Mvots(结果); DATAARADY=1U; } 空主程序() { 囊状的; LCDA CHARY1LSTATE(); AdcDeligy11StiX(); AdcDeligy1IrqqnEnable(); (;) { 如果(DATARADY!= 0){ DATaRADY=0; LCD-CHAR1L1位(1,0); LCDA CHARY1LIN号(结果); } } } 以上来自于百度翻译 以下为原文 Hi Guys. I want to use ADC at single sampling mode(triggered by hardware soc input) and get the converted data by catching interrupt from ADC. The datasheet tells me internal interrupt exists in ADC_DelSig, but I cannot get any converted result with the code as below. Any help will be appreciated. ------------------------------------ #include #include uint16 result=0; uint8 dataready=0; CY_ISR(ADC_SAR_1_ISR) { result = ADC_DelSig_1_GetResult16(); result = ADC_DelSig_1_CountsTo_mVolts(result); dataready = 1u; } void main() { CyGlobalIntEnable; LCD_Char_1_Start(); ADC_DelSig_1_Start(); ADC_DelSig_1_IRQ_Enable(); for(;;) { if(dataready!=0){ dataready=0; LCD_Char_1_Position(1,0); LCD_Char_1_PrintNumber(result); } } } |
|
相关推荐
6个回答
|
|
……并且另外:
CYI ISRL PROTO(YouHand); . . CysISR(YouHuffer-Lead) { /把你的代码放在这里 } ISRY11SARTTEX(YouHuffer-Lead);/初始化和启动中断处理 这个名字是正确的吗? 鲍勃 以上来自于百度翻译 以下为原文 ...and additionally: CY_ISR_PROTO(YourHandler); . . CY_ISR(YourHandler) { // Place your code here } isr_1_StartEx(YourHandler); // Initialize and start interrupt handling CyGlobalIntEnable; // Is that the correct name? Bob |
|
|
|
根据ADCJ-Delsig V2.30数据表,它表示(第3页底部)
“PSoC 5的EOC在如何连接方面受到限制。除了单个DMA组件之外,EOC终端是不可路由的。 因此,我认为将中断组件直接连接到EOC输出不是一个选项,因为我使用PSoC5板。 以上来自于百度翻译 以下为原文 According to the ADC_DelSig v2.30 datasheet, it says(bottom of page 3) "The EOC for PSoC 5 is restricted in how it can be connected. The EOC terminal is not routable except to a single DMA component." So, I think connect an interrupt component directly to eoc output is not a option since I'm using PSoC5 board. |
|
|
|
我还有一个问题。转换后的单采样模式ADCJ-Delsig的EOC输出变高吗?
数据表说,ADC只是在单模式转换后“停止”。 以上来自于百度翻译 以下为原文 I have another question. Does single sampling mode ADC_DelSig's eoc output becomes HIGH after its conversion? The datasheet says that ADC just 'halts' after conversion at single mode. |
|
|
|
奇数,在PSoC 5 TRM中讨论EOC,而不在5LP TRM中。
问候,Dana。 以上来自于百度翻译 以下为原文 Odd, in PSOC 5 TRM a discussion of EOC is present, buit not in the 5LP TRM. Regards, Dana. |
|
|
|
谢谢你的回复:
他们对我帮助很大。 以上来自于百度翻译 以下为原文 Thank you for your replies :). They were a lot of help to me. |
|
|
|
|
|
|
|
只有小组成员才能发言,加入小组>>
754个成员聚集在这个小组
加入小组2105 浏览 1 评论
1851 浏览 1 评论
3669 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1786 浏览 6 评论
1536 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
568浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
422浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
437浏览 2评论
383浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
915浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-23 02:26 , Processed in 0.988698 second(s), Total 58, Slave 51 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号