This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM648 I2C PSP Driver

I am trying to get i2c running on a DM648 running at 1100MHZ using the i2c PSP driver included with the dvsdk 1.11.0.0 version. The PSP driver version included is 1.10.00. The driver works fine running at 864MHZ but when we upgraded our design to use 1100MHZ processor the board hangs on a SYS_abort due to the i2c driver. The module that fails is ddc_i2c.c at line 154. Since we are running at 1100MHZ, SYSCLK3 is 1100MHZ/6 or 183.3MHZ which exceeds the  DDC_I2C_MAX_INPUT_FREQ limit which is defined as 150MHZ.

Question: Is there a later version of PSP driver that will allow using the 1100MHZ part. If not can I safely change the upper limit to work with the faster DSP?