Part Number: LP-CC2652R7 Other Parts Discussed in Thread: CC2652R7 Hi team:
My customer is experiencing the following issues ,Can you take a look at it
My CC2652R7 board downloaded the lighting-app program, and I directly tested the edge routing tests…
Part Number: LP-CC2652R7 Other Parts Discussed in Thread: CC2652R7 Hi! Support,
When we tried to run the Lock-app example on LP-CC2652R7, we discovered the board tends to draw at least 5~8mA even in standby period. This is different from what we expected…
Part Number: LP-CC2652R7 Hi,
Good Day.
In this board after the OAD process is complete, the system will wait for the newly downloaded image to be enabled. How does this enable the signal provided?
Please advise. Thank you very much.
Best Regards…
Please note this was an early evaluation, and likely not fully flushed out.
With that said, here is my followup:
Joe Markel said: Does chipOBleProfile.c serve as a template? Are its functions intended to be used from the main application?
The chipOBleProfile…
Nick Sun said: What are the necessary conditions for chip-tool to be able to debug the matter device?
I don't understand what you mean by this. There is no clear issue brought up from the matter device log. You could enable additional logging through…
Part Number: LP-CC2652R7 Hi team,
Here's the request from the customer:
int ModifyChannel(RF_Handle rfHandle,uint8_t channel){
rfc_CMD_MODIFY_FS_t cmdModifyFs ={
.commandNo = CMD_MODIFY_FS,
.frequency = 2400 + channel,
.fractFreq = 0
…
Part Number: LP-CC2652R7 Other Parts Discussed in Thread: SYSCONFIG , CC2652R7 Hi team,
Had this development board and run the Project Zero example project on the LaunchPad and verify that the project runs as intended on this evaluation board.
Requirement…
Part Number: LP-CC2652R7 Hi team,
What is the purpose of the HMAC module in this device? Whether it's used for the secure boot along with SHA and ECDSA ? SHA or HMAC which is used in secure boot?
Thanks and Regards
Gayathri
Part Number: LP-CC2652R7 Other Parts Discussed in Thread: SYSCONFIG I am new to BLE and learning about different APIs used. While going through BLE5 Stack user guide of TI, I came came across this -
// Advertisement data
static uint8_t advertData…