Tool/software:
Hi,
I am currently testing I2C communication using SDK. The environment is as follows.
- motion_and_presence_detection example of the MMWAVE_L_SDK_05_04_00_01
- AWRL6432BOOST
- Connected with our I2C Test kit
- lowPowerCfg = 0
And I added a task for the I2C communication. Currently the I2C task has higher priority.
I tested alternately between 100kKz and 400kHz. As a result, It doesn't work properly at 400kHz. 100kHz works fine.
After deleting all the radar task, I2C is ok at 400kHz.
And, Rarely, it succeeds when I added vTaskDelay to the middle of the codes of a radar-related.
How to solve this problem.
Best Regards,
Taeheon.