This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28388D: Direct Register Access

Part Number: TMS320F28388D


Hi,

Is there a "Register Definitions" file with addresses of all the registers of the F2838x devices, for direct register access, as there are for the TM4C parts?

I only found lists of base addresses and offsets of each register which can be used with the HWREG macro but its a bit less straight forward in my point of view.

Thanks.

  • Hi,

    I will connect you with the register expert. In the meantime, please check the Technical Reference Manual (linked here) of the device. Each chapter will have at the end a list of registers. For example "ADC_REGS Registers" is in the ADC chapter.

    Regards,

    Vince

  • Hi,

    We do not have direct (or absolute) address for each register in device. I am not clear why one can not use BASE_ADDR + OFFSET to perform same operation. Can you provide more detail on the issue/concern ?

    Regards,

    Vivek Singh

  • I didn't say one can not use BASE_ADDR + OFFSET but i think that using absolute address yields a much cleaner, shorter and readable code.

    I have been using direct register access for many years with MSP430/Stellaris/Tiva devices using absolute addresses that you provide for each device and i was just wondering if you provide this option also with the new F2838x family. Would have been useful if you would.

    Anyway, thanks for helping