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.

TMS320F28377S: SDFM SDDATA register address

Part Number: TMS320F28377S

Hi Champ,

From the datasheet we can found when use 16bit mode , the 0-15bit is the 16bit data.

But from "F2837xS_sdfm_drivers.h"  the 16bit data is in the high address that means 16-31bit .

Could you advise why it is unmatched.

// Macro to read the SDFM1 filter data in 16 bit format

#define SDFM1_READ_FILTER1_DATA_16BIT     *(Uint16 *)0x5E17

//
// Macro to read the SDFM1 filter data in 32 bit format
//
#define SDFM1_READ_FILTER1_DATA_32BIT    *(Uint32 *)0x5E16