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.

[参考译文] 初始化错误:BSC_Initialize Failed:-4

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

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/685903/initialisation-error-bsc_initialize-failed--4

主题中讨论的其他器件:BOOST-CC2564MODACC2564

您好!

我将 BOOST-CC2564MODA 与 STM32L496一同用于 BT-BLE 解决方案。 我在某种程度上设法将 STM32 Bluetopia 栈中的 SPPLEDemo 示例移植到 STM32L496 MCU。

运行示例时遇到以下错误

Openstack()。
BSC_Initialize Failed (BSC_Initialize 失败):-4。
无法打开堆栈。

我的 UART 连接是4线  

STM32L4          BOOST-CC2564MODA

TX        ---- >       RX

RX        <----       TX

RTS       ---- >       CTS

CTS      <----       RTS

在 IAR 项目预处理器选项中定义符号  

STM32L496xx
DEBUG_ENABLED
USE_FULL_LL_DRIVER
_support_low_energy__

BOOST-CC256MODA 的绿色 LED 在供电时亮起、这表示我猜是正确的加电/初始化序列?

我阅读了许多有关此问题的文章、但不知道如何调试此问题?