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

Frequency setting 400kHz with Gazell

I am currently working with an NRF51822 and managed to change the TWI frequency to 400kHz in the twi_hw_master (this worked, I can see it on the oscilloscope). I commented out the functions with the same name out of the twi_sw_master and included both, the twi_hw_master and the twi_sw_master, in my project. Is this procedure correct? I want to transfer the data over a Gazell link, but since I changed the frequency I cannot get any data over the Gazell link. I read there is some way to set the frequency in the Gazell channel https://devzone.nordicsemi.com/f/nordic-q-a/9083/how-can-i-set-specific-frequencies but I cannot figure out if this is the correct solution and how I can integrate this into my program. It is urgent and I kindly ask for any hints or solutions.

Related