您好,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: MSP430FR2311 , MSP430FR2433 , MSP430FR2000 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller…
Other Parts Discussed in Thread: MSP430FR6047 CCS11, complier V21.6.0.LTS
导入demo案例,超声水表/燃气表(UltrasonicWaterFR604x_02_40_00_00/UltrasonicGasFR6043_02_30_00_01),直接编译无法通过
提示如下错误
程序include 路径有
console信息为
**** Build of configuration LPM for project MSP430FR6047EVM_USS_Water_Demo…
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 无需知道 ROM 的版本。 在芯片制造期间、ROM 代码被永久编程到 ROM 存储器中。 代码冻结后可能已超过10年。 我们建议客户直接调用 map_xyz 而不是 rom_xyz。 ROM 中的一些 API 已被弃用。 如果 ROM 中的 API 仍然有效、则调用 map_xyz 将导致调用 rom_xyz、否则将调用 driverlib.lib 中库的 xyz。 在您的 CCS…