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.

[参考译文] CC2564CSTBTBLESW:CC2564 ETSI 和 FCC 证书固件开发

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

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/872946/cc2564cstbtblesw-cc2564-etsi-and-fcc-certificate-firmware-development

器件型号:CC2564CSTBTBLESW
主题中讨论的其他器件:CC2564

您好!

我们使用 CC2564并与 STM32F4 MCU 连接、通过使用 True Studio 开发固件。 我们在 BTVS.c 中找到了一些函数

1.VS_Enable_RF_SIG_Test_Mode

2.VS_SET_MAX_OUT_Power

3.VS_Enable_FCC_Test_Mode

这些对于 ETSI 和 FCC 测试来说足够了?

这是否足以测试 BT 和 BLE?

我们没有找到任何用于配置跳频和非跳频模式以及配置占空比的函数。 那么、我们如何做到这一点呢?

是否有用于开发固件的示例代码或文档?

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

    您是否已参考测试指南?  其中讨论了所需的测试和跳频配置。

    https://processors.wiki.ti.com/index.php/CC256x_Testing_Guide

    此致、

    特拉维斯

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

    您好、Travis、

    感谢您的回复。

    我参考了给定的测试指南。  

    BTVS.C (Bluetoipa Stack)中提供的以下函数是什么?

    1.VS_Enable_RF_SIG_Test_Mode

    2.VS_SET_MAX_OUT_Power

    3.VS_Enable_FCC_Test_Mode

    我可以获得用于实现这些函数的教程或示例代码吗?

    是否可以使用此函数而不是 HCI 测试命令?