Hi,
This is the sample code of the i2c_polling_b2b_master.
I do not understand why to use the TransferDefaultFlag here,as it seems like it will send the start signal again and will have multiple starts here since the line 108 already sent a start signal.
What is the purpose of having the flags here as the parameter?


Thank you in advance.