Hi ,
In my application .. I have define two custom characteristics one with write permission and other with read + notify permission...
Whenever a value is written to the characteristics with write permission it is transmitted over uart to my MCU as it is..
The string recieved by the MCU is processed and the appropriate response string is sent back to the nrf52810 chip over uart, which inturn updates the characteristics with read + notify permission.
Above mentioned functionality is working fine when the chip is connected to my Debugger/Programmer (nrf52840 DK ) and the application is run in Debug Mode..
but when Debugger is disconnected and board is power cycled... I could write data to write characteristics and it is written as expected over uart to my MCU, My MCU is forming the response and sending the same over UART to NRF52810 chip (This is been verified physically over uart lines and also reading my MCU UART registers in Debug Mode)
the Data received over the UART by the NRF52810 chip as response to is not updated over the read + notify characteristics...
Can you please help to understand, where should i look or how should I overcome this issue.
Please find enclosed code for your review and comment... suspect it has something to do with the timing, but not sure how to work around on the same, as it seems to work perfectly fine when the application is run over my PC with the debugger connected to the NRF52810 chipset
Thanks and Regards
Sijeo Philippca10040e.rar