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

Issue with MPU9250 and nrf52

Hi,

I have been working on MPU9250 examples given in here.Though the program runs fine in KeilUvision 5, the output in tera term shows only 0,0,0 for Accelerometer values in X,Y and Z. I connected the MPU as specified in the header files. Can anyone help me out?

Parents Reply
  • That's good that you can see nrf logs with j-link rtt viewer. That is what I use too. If you can now see the NRF_LOG_INFO prints on j-link rtt viewer, why can you not use NRF_LOG_INFO("Entering main") instead of SEGGER_RTT_printf()? I don't understand why you want to use both NRF_LOG_INFO & SEGGER_RTT_printf()? Is it because you want to use termite instead of rtt viewer?

Children
Related