Hello,
i'm using,BMD-301(NRF52832),SDK15.3.0
////////////////////////.......Issue-1..............
When i upload "twi_master_using_nrf_twi_mngr" peripheral example
i'm getting this error in log
''''
TWI master example started.
<error> app: Fatal error
<warning> app: System reset
''''
Please help me to solve it.
////////////////////////.......Issue-2..............
another thing is
i have developed custom service code using template
now as per my application i have to do i2c communication between nrf52832 and stm32 .
nrf52832 will be i2c(twi)-master.
so for that i need to add i2c-master (twi-master) functionality in nrf52832.
so how i can able to add or merge twi-master.
what config need to change in sdkconfig.h
what code need to add in custom service code.
please help me.
thanks.