Part Number: TMS320F28374S Dear Sir or Madam,
I am encountering an issue while debugging a project using the TMS320F28374S microcontroller. During debugging, I receive the following error message:
"No source available for '_system_post_cinit() at D:\LLCDebugProblem…
Part Number: TMS320F28374S
F28374S 系统频率 200MHz,我在建立自己的工程,测试定时器时发现周期不对:
// // Configure CPU-Timer 0, 1, and 2 to interrupt every second: // 1ms second Period (in uSeconds) // configCPUTimer(CPUTIMER0_BASE, DEVICE_SYSCLK_FREQ, 1000); configCPUTimer(CPUTIMER1_BASE…
Part Number: TMS320F28374S Other Parts Discussed in Thread: SYSCONFIG , C2000WARE ePWM_SOC触发ADC采样,但是ADCRESULTx 寄存器的值和实际对不上,比如实际是0V 显示却是4096,实际是3.3V显示是0,还有给一个引脚高电平,另一个同道的值反而会变、或者同时两路结果都变化的情况。
我使用的Sysconfig配置,下面是我的配置代码:
void Board_init() { EALLOW;
PinMux_init…
Part Number: TMS320F28374S Other Parts Discussed in Thread: C2000WARE
为了运行效率,我必须保持系统时钟为200MHz,因为EPWM最大时钟只支持到100MHz,这时EPWMCLKDIV也只能设为2分频,由于我使用了死区模块,所以必须使用软件TZ的方式关闭PWM,请问如何规避 TZFRC 和 TZCLR 可能失效的问题?感谢!