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

Hardware TWI/I2C Example

The latest TWI example I can find is from 4 SDK revisions ago and uses old libraries. Is there a sample using the nrf_drv_twi library that is recommended for current development?

Parents Reply
  • I tried to run the example myself now and ran into the same problems as you. It looks like there has been an update to the MDK or Keil packs that has messed with what files are included. You need to make sure that it is only the drivers found in "your_SDK9_folder\components" that is used. Open managed run-time environment in Keil and deselect the TWI drivers there. I attached an updated example, v3, that works on my system at least. I need to investigate further to find out exactly what caused this.

Children
No Data
Related