Hi,
We are designing a ECG device with BLE mode and Storage mode using CC2650MODA. In storage mode, we wont use BLE tasks and hence it will be purely RTOS program.
We have an RTC for maintaining device time. To load the new time according to the user, we need an interface to read and set the I2C based RTC time at the start of the actual test(ECG recording).
We have to verify the RTC time every time the test is started. Hence one time programmable code for RTC time is not feasible and we do not want to load a different code for RTC time setting every time.
We want to build a program which will use debugger to initiate I2C transaction on the MCU to read/set RTC time.
Is this achievable?
If yes, where should we start from?
If no, What other method can we use?
Thank you,
Bharath