Part Number: LAUNCHXL-F280049C Other Parts Discussed in Thread: SYSCONFIG
专家们好,
我最近在学习C20000WARE_MOTORCONTROL_SDK中pto_abs2qep例程,在例程中使用了CLB。当需要把CLB输出到GPIO时,很方便的一种方法是使用OUTPUTXBAR,但是我了解到一个CLBx只能匹配两个OUTPUTXBAR。例程中的第三和第四个输出通过复写(overwrite)EPWM1实现GPIO输出。
目前我有以下问题…
Part Number: LAUNCHXL-F280049C I configured the CMPSS module according to the following procedure, but there is no output.
void CMPSSInit(void) { EALLOW; //CMP2_H for IL current detection Cmpss2Regs.COMPCTL.bit.COMPDACE = 1; //Comparator/DAC enabled Cmpss2Regs…
Part Number: LAUNCHXL-F280049C I set up the CMPSS module according to the following procedure, but I can't detect any output.
void CMPSSInit(void) { EALLOW; //CMP2_H for IL current detection Cmpss2Regs.COMPCTL.bit.COMPDACE = 1; //Comparator/DAC ena…
Part Number: LAUNCHXL-F280049C I set up the CMPSS module according to the following procedure, but I can't detect any output.
void CMPSSInit(void) { EALLOW; //CMP2_H for IL current detection Cmpss2Regs.COMPCTL.bit.COMPDACE = 1; //Comparator/DAC ena…
您好,
请参考下面帖子的操作,升级CCS到最新版本。
LAUNCHXL-F280049C: Sysconfig giving error with Code composer studio version 12.7.0 - C2000 microcontrollers forum - C2000 ︎ microcontrollers - TI E2E support forums
Part Number: BOOSTXL-POSMGR Other Parts Discussed in Thread: LAUNCHXL-F280049C 专家们好:
我购买了LAUNCHXL-F280049C和BOOSTXL-POSMGR,目的是想要实现多摩川绝对式编码器的解码。我看到在position manager文档中有提到Abs2Qep函数并给出了例程,请问我直接按照手册指导实现硬件连接后烧录参考例程即可实现此功能吗?如不能我需要修改什么,谢谢。
Part Number: LAUNCHXL-F280049C Other Parts Discussed in Thread: AFE031
안녕하세요
LAUNCHXL-F280049C 키트를 구매한 사람입니다.
AFE031 IC를 구동해보려는데 BOOST 키트를 현재 가지고 있고
AFE_InitGpio(void) 안에 GPIO 핀배정하는 핀번호에 대해 문의드립니다.
LAUNCHXL-F280049C 키트에 사용된 MCU는 100핀짜리이고, 34…
Part Number: TMS320F280049C Other Parts Discussed in Thread: LAUNCHXL-F280049C , 使用官方的LAUNCHXL-F280049C开发板,跑adc_ex1_soc_software例程验证ADC采样的问题顶,我在while(1)循环中把最后的ESTOP0屏蔽,然后在线调试,观察myADC0Result0的数值变化,给开发板的A0通道接入了信号源,给1V,发现转换结果在1200-1300之间跳变,数据很不准确,想问下是什么原因…