Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE
Hello,
I'm encountering a surprising problem with the ADC_REGS structure defined in the header file f2838x_adc.h.
The size of this structure is 124 words. However in the header file F2837xD_Adc.h the definition was different as it had an additional field of size 4, bringing the total size to 128 words.
Now my problem is the following:
- If I leave the header file f2838x_adc.h as is, the ADC interrupts don't seem to work
- If I add the last 4-word field just like the header file F2837xD_Adc.h the ADC interrupts seem to work fine.
What is going on? Maybe it has something to do with the migration from COFF to EABI?
Regards,
Pierre