Hi Deep,
Deep Patel said: Do I need to modify these definitions, to port for F28379d as there is separate codes as "IntSysctrl();", that works for f28379d.
You are showing our DriverLib library which is our device-level HAL. We've designed these such…
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 Hello,
I observed the conversion result has consistent 50 LSB error no matter what the input voltage is (tested input voltage from 0.53 to 2.42).
I'm using internal reference of 3.3V.
From the spec, the offset error…
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. …
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…
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 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…
Part Number: TMS320F280040-Q1 Hello,
I am using ADC and would like to know the accuracy that can be achieved.
I didn't take any special measurements and the accuracy I got is around 10%. Is this the typical accuracy, or kind of low?
Thanks!
C…