Other Parts Discussed in Thread: MSP430FR2476
#include <msp430fr2476.h> #define CPU_F ((unsigned long int) 2000000) #define delay_us(x) __delay_cycles(CPU_F * x / ((unsigned long int)1000000)) #define delay_ms(x) __delay_cycles…
#include <msp430fr2476.h> #define CPU_F ((unsigned long int) 2000000) #define delay_us(x) __delay_cycles(CPU_F * x / ((unsigned long int)1000000)) #define delay_ms(x) __delay_cycles…
Hi,I am setting up an ANPC prototype for TIDA-0101210 and want to test the soldering and components of the subcard for any issues before connecting it to the mainboard. How can I perform testing on the TIDA-010210-GaN-E3 subcard…
请问:我应该如何等效的将dsp28335的CMPA CMPB影子模式改为立即加载模式,才能让电机运行波形不出现毛刺啊?
在MacOS15.4.1系统上,安装最新的CCS20.1.1时联网下载阶段报错找不到服务器对应文件,事实上在下载的dmg安装包中的components文件夹中存放了这一文件
I saw several people talking about this problem in official website, TI. This is not a case. I need to ask for help, because the program can't be downloaded and the project…
2837x中,请问在fpu库里的计算FFT的函数,除了必须要求采样点数是2的N次幂,有没有任意长度采样点的FFT函数
在不启动CCS页面的情况下 ,是否有脚本命令实现程序的下载;