This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Sending data from EEprom over bluetooth stack

Hi

I write an application code to read and write the data from EEPROM, by using twi_hw_master.c.

its working fine. i able to read the data from eeprom what i have written.

but when i mess this source code with ble/ble_app_hrs , means i copied my application in ble main.c file.

but i am not getting same data from eeprom .

So data over bluetooth stack.(i made changes in button_event_handler also) is sending as 00.(not data what i have written in eeprom)

Kindly tell me why working application is not working in ble.

and why it is not possible to debug step by step.

Regards Balaji