Hi,
I have been working with the NRF52832, and trying to capture raw ADC data with the help of TWI bus. I have imported the necessary libraries (i'll attach the code below in order to make it more clear) and i'm stuck on the last part inside the int main(). Every other command is getting executed, apart from the last one where it says NRF_LOG_INFO("data received"). I have done some debugging and i found out, that the code above this part works well. It shows a fatal error,at the point of the "Data received" command.
So, any help i get regarding the code will be helpful.
}