您好,In the example code RX_data is an unsigned char type, so you may need to add some additional conversions to get the data into a float type. The example code for this function also returns as an unsigned short, not a float.
See below, taken from Section…
Other Parts Discussed in Thread: CC3220SF 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1344601/cc3220sf-launchxl-unable-to-build-example-project…
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 无需知道 ROM 的版本。 在芯片制造期间、ROM 代码被永久编程到 ROM 存储器中。 代码冻结后可能已超过10年。 我们建议客户直接调用 map_xyz 而不是 rom_xyz。 ROM 中的一些 API 已被弃用。 如果 ROM 中的 API 仍然有效、则调用 map_xyz 将导致调用 rom_xyz、否则将调用 driverlib.lib 中库的 xyz。 在您的 CCS…