Part Number: LP-EM-CC2340R5
当前测试LP-EM-CC2340R5通过Uart写到PC的数据最长是800Bytes,其中末尾88Bytes是固定的。同样的数据写回LP-EM-CC2340R5,只能读到295Bytes。 请问有什么方法修改BLE读写数据的长度,另外这个长度是否有上限?
Other Parts Discussed in Thread: CC2340R5 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1337048/lp-em-cc2340r5-why-external-1mb-flash-on-the-evm …
Other Parts Discussed in Thread: CC2340R5 , LP-XDS110ET , SYSCONFIG 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1344166/lp-em-cc2340r5-instead-of…
Other Parts Discussed in Thread: CC2340R5 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1264954/lp-em-cc2340r5-cc2340r5-sdk-7-20-00-29-basic_persistent…
Other Parts Discussed in Thread: UNIFLASH , CC2340R5 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1236576/lp-em-cc2340r5-cannot-flash-debug-lp-em…
Part Number: LP-EM-CC2340R5 在OAD过程中persistent和oad-onchip都是使用了oad_profile,但是persistent没有定义OAD_APP_ONCHIP,实现了下载;而oad-onchip定义了OAD_APP_ONCHIP,实现了OAD service reset。
而我目前在一个工程中引入了oad_profile,需要在这一个工程中实现下载和service reset。是否可以给出详细的步骤。
用户指引中了解到OAD基础知识,但是目前示例是使用了三部分来实现…
Part Number: LP-EM-CC2340R5 Other Parts Discussed in Thread: CC2340R5
在GitHub上找到一份throughput相关的代码(github.com/.../throughput_peripheral)
计划移植到simplelink_lowpower_f3_sdk_7_20_00_29的data_stream示例,用于测试CC2340R5的吞吐量。
在BLEAppUtil_init里调用了ThroughputPeripheral_createTask…