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.

[参考译文] MSP430FR5992:MSP_DSPLIB

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/717768/msp430fr5992-msp_dsplib

器件型号:MSP430FR5992

你(们)好

MSP_DSPLIB 提供的矩阵 API 是定点数据操作、我的项目中的数据是浮点的。 如何实现矩阵乘法? 我的最终目标是缩短计算时间。 我不想使用:result =float*float+float*float... 这是浪费时间。 我听说5992具有 LEA 函数、因为现在无法使用数据类型的原因。

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

    感谢您发帖。
    我们将仔细研究它并尽快返回给您。

    此致、
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    你(们)好
    你是对的。 FR5992中有 LEA。 API 应使用 LEA 来支持具有 LEA 的器件上 MSP_DSPLIB 中的浮点计算。