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

TWIM1_NS in NRF5340

Hello everyone,

How to enable TWIM1_NS in an non-secure application?

The option available in "Configure non-secure peripherals" in menuconfig appears only the TWIM2 option, and due to errata, this peripheral is not functional!

I added the following line in spm.c, but there was also no change in the SCL and SDA pins.

PERIPH ("NRF_TWIM1", NRF_TWIM1, 1),

What else more I to do?

NCS - Master

Board NRF5340PDK

Related