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.

[参考译文] MSP430FR5994:msp430fr5994上的驱动程序

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1048043/msp430fr5994-drivers-on-msp430fr5994

器件型号:MSP430FR5994

您好!

如何编写驱动程序来 与 msp430fr5994上的通信 BLE 芯片(基于 cortex-M4)进行交互?

最棒的

高升

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

    您需要在 BLE 芯片上编写响应命令的软件、并在5994上编写发送命令的程序。

    我要做的是为 BLE 芯片编写一个程序、以执行您想要进行的通信。

    添加一个层、该层将通过您选择的任何接口(串行、SPI、I2C...)响应外部命令

    为发送这些命令的5994编写一个程序。

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

    如果您选择 TI、我建议您在此处了解有关 BLE 芯片编程的更多信息。

    https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum

    如果我们不回答您的问题、请提供更多详细信息。

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

    您好、Kelth、

    谢谢!

    实际上、我使用 nrf52840芯片作为通信芯片。 我尝试在那里写入接口、并在 MSP430上写入一个驱动程序。

    最棒的

    高升