Part Number: TMS320F28377S I have the code below as part of my project in the CCS:
if (t1 < 0 || t2 < 0) { char error[] = "Zero voltage width(s) is/are zero, V1 and nV2 are close";
printf("Error %%s is %s\n",error);
}
If the…
Part Number: TMS320F28377S Other Parts Discussed in Thread: C2000WARE Hi Team,
I am using F28377D LaunchPad kit and developing application for the F28377S. After programming to Flash I am having the following error message:
C28xx_CPU1: Error occurred during…
Part Number: TMS320F28377S Hello,
We are building custom board using TMS320F28377SZWTQ. It is a mother-daughter board design. TMS320F28377S is on the daughter board that seats on the motherboard. JTAG is on the motherboard. Distance between TMS320F28377S…
Part Number: TMS320F28377S For Prograimming ic TMS320F28377S below error shows
Flash Programmer: Error erasing sector A. FMSTAT (STATCMD on same devices) value = 1040.
File loader : memory write failed : unknown error
Part Number: TMS320F28377S Hi Team,
Here's an issue from the customer may need your help:
When using the Auto ECC Generation mode, if the lower 32-bit data is written in the flash, and now I want to continue writing data in the upper 32-bit, is there…
Part Number: TMS320F28377S Hello:
Hello, customer have encountered a problem recently, which may be related to the AD conversion of 28377S. Please help me analyze this problem.
AD sampling configuration is as follows
EPWM1 cycle interrupt and EPWM2…
Part Number: TMS320F28377S How does interrupt work when the Vector ID 16 (RTOSINT) in the CPU Interrupt Vector is activated?
It seems to activate RTOSINT with 'asm(" TRAP #16")' in code for context switch used to implement RTOS programs.…