I need help debugging the ble settings.
I have a project that uses simple_peripheral and works perfectly. This project was developed last year.
I have a hex file that works perfectly. The problem is that the sdk files were not added to SVN. We only have the ccs files saved.
When I run a new build, BLE does not work. It is possible to detect the peripheral but the device disconnects after connection. And it is not possible to read data from the device.
The project uses RFP Single Ended and EXTBIAS. And it doesn't use the 32kHz crystal.
I suspect that some SDK file has been changed and has not been saved.
How can I check the settings after the project is compiled? Are there any reports generated by the tool?
I am testing a new version of the board in which the tdi and tdo pins have been removed. I can't debug this card, but the old hex file works when programmed on it, so this shouldn't be the problem.