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 寄存器地址

Guru**** 2473260 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/824879/tms320f28377s-sdfm-sddata-register-address

器件型号:TMS320F28377S

您好 Champ、

从数据表中我们可以看出,使用16位模式时,0-15位是16位数据。

但从"F2837xS_sdfm_drivers.h"可以 看到、16位数据位于高位地址、即16-31位。

您能不  能告诉您为什么它是无与伦比的。

//宏以16位格式读取 SDFM1滤波器数据

#define SDFM1_READ_filter1_DATA_16BIT    *(UINT16 *) 0x5E17

//
//使用宏读取32位格式的 SDFM1滤波器数据
//
#define SDFM1_READ_filter1_DATA_32位   *(UINT32 *) 0x5E16

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    这需要在 TRM 中进行更正。 正确的描述如下:

    谢谢

    Vasudha