hello
i am using nrf52832, with ble (s132 softdevice), pwm drv, saadc drcm uart, and using app_timers
i have added the twi drv to work with an expander for start.
this is how my function looks like
this is where i call the function:
first message gets ok, second fails (error 17) -> [is there some file that shows what every error number is refering to ??? i could not find ]
this is my init:
i have read in this forom that i should config some event handler in my init but it is not clear to me what should be done in this event handler because i have nointtention to creat some loop that waits for some 'OK' event
also, when i run in debug mode i see that i am not entering the event handler at all so it is not so clear to me what i am doing wrong ???
how can i solve this ?
Best regards
Ziv