Part Number: TMS320F280040-Q1 Other Parts Discussed in Thread: TIDM-DC-DC-BUCK , LAUNCHXL-F28379D Tool/software: Dear TI team
There is ready code available in CCS for F28004x for TID DC-DC BUCK CONV.
I'm currently using F28379D, can I use code this F28004x…
Part Number: TMS320F280040-Q1 Tool/software: Hi everyone,
I am trying to use the GPIO23 as SICB TX, I configured it as GPIO_22_SCITXDB and disabled the analog default function, attached image, but I am not able to see the signal that I want to transmit…
Part Number: TMS320F280040-Q1
Hello,
Try to enable the EPWM1 interrupt and config as below in syscfg tool:
ISR is as this:
void INT_myEPWM1_ISR(void)
{
int i = 0;
i++;
Interrupt_clearACKGroup(INTERRUPT_ACK_GROUP3);
}
If the breakpoint…
Part Number: TMS320F280040-Q1 Other Parts Discussed in Thread: UNIFLASH
Hi,
When flashing the program, sometime this issue occurs.
It's fine to flash another project using the same board, which means the debuggers is connected to the target.
And…
Hi Crane,
Crane Shao said: At the same time, any ideas on the cause of the different results from ADC-B15 and ADC-A1?
Can you confirm that this testing was done with nothing else connected to the board besides power and the ADC input (i.e. no toggling GPIO…
Part Number: TMS320F280040-Q1 Hello,
Does it work to use Cppcheck in CCS?
I am trying to Cppcheclipse on Code Composer Studio v12.0. It is installed successfully and Cppcheck can be started. But there is an error which says "Could not initialize cppcheck…
Part Number: TMS320F280040-Q1 Hello:
What are the digitally controlled Reference designs we can look into with very high-efficiency topologies: such as inteleaved LLC?
Appreciate any direction for such information.
-r
Part Number: TMS320F280040-Q1 Other Parts Discussed in Thread: SYSCONFIG , C2000WARE Hello,
The function to configure SPI in the library says the limit of SPI date rate is 6MHz (< device freq /4, which is 25Mhz).
Why is it limited like this? Is it possible…
Part Number: TMS320F280040-Q1 Hi,
Trip-Zone input timing
What does Pulse duration mean in following PWM Hi-Z Characteristics in datasheet?
Is the timing required to trigger the fault condition on the ePWM module?
If yes, the waveform is not understandable…