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

how to avoid softdevice interrupts during i2c read operation

hi, i am reading mpu6050 with nrf51822. every now and then the data got corrupt because of softDevice interrupts. if i don't use Softdevice the it runs perfectly but when i use softdevice(S130) it give me some corrupt data and at times it got stuck at some point. how can i avoid this.

Related