Part Number: LP-CC1352P7
Other Parts Discussed in Thread: CC1352P7, CC2652R7
I have followed the instructions to build and flash Matter examples. I have tried bot the all clusters app and the lock app.
https://github.com/project-chip/connectedhomeip/tree/master/examples/lock-app/cc13x2x7_26x2x7
They flash fine and if I run and then suspend the application in a CCSdebug session, I will see what line it is stopped at in the matter sdk example source code. However, I never see any logging output on the UART as the instructions specify there should be, and therefore can not "Use the information printed on the console" to pair. I am not sure the examples are running correctly. My terminal is set up for "/dev/ttyACM0" at 115200 (this is the XDS110 UART that is used for all other examples)
Is there some kind of configuration changes I need to apply in these matter examples if I am using the CC1352P7 rather than the CC2652R7? The CC1352P7 is supported for matter right?