Hi all,
I am working simple peripheral project. I want to send data from CC2652 to smartphone. For this purpose, I am integrated data service of project zero into simple peripheral project. I am using notify property to send data. For the testing purpose, I am sending One byte data for every one second. But when I press a notify button in the mobile, program getting handed on icall abort function.
When I am using read property to send data to mobile, program is not hanging at all. In fact, I am able to send 128 bytes of data to mobile for every 200ms through read property. But I need same functionality through notify property without hanging in icall abort function
Regards,
Aslam