hii...
i have programmed the ble_uart with twi sensor ...
complied very successfully
but while i am debugging i am getting error in void twi_init()
why and also fatal error
please give me a solution
hii...
i have programmed the ble_uart with twi sensor ...
complied very successfully
but while i am debugging i am getting error in void twi_init()
why and also fatal error
please give me a solution
Don't you already have a thread on this?
https://devzone.nordicsemi.com/f/nordic-q-a/40678/my-device-is-not-adverstising
read it properly ... this is different from previous post
So you've solved that other problem, then?
If so, please update the other thread to say that - and explain how you fixed it.
You also need to conclude this thread: https://devzone.nordicsemi.com/f/nordic-q-a/40564/ble_nus_string_send-error/158765#158765
Please don't just leave threads hanging
This seems to be an APP_ERROR_CHECK failure, which means that twi_init has failed with an error. What was the error number ? you can start this application in the debug mode to see exactly which call returned error and the API documentation will tell you why that occurred.
This seems to be an APP_ERROR_CHECK failure, which means that twi_init has failed with an error.
Indeed - which, most likely, is the same problem as the other thread:
https://devzone.nordicsemi.com/f/nordic-q-a/40678/my-device-is-not-adverstising/158122#158122
This seems to be an APP_ERROR_CHECK failure, which means that twi_init has failed with an error.
Indeed - which, most likely, is the same problem as the other thread:
https://devzone.nordicsemi.com/f/nordic-q-a/40678/my-device-is-not-adverstising/158122#158122