Part Number: MSP432P401R
Other Parts Discussed in Thread: TCA9535
Tool/software: Code Composer Studio
For some reason, i have to change the IDE from keil to ccs, and i found that when i use software i2c in keil ,after one read process,it will halt long time,but in ccs it didn't. And the ccs may cause read/write error because the break between two read process is to short.
following image show the problem:
keil:
it took over 100ms after first read.
first read:
second read:
ccs:
it did the second read right after first read,it only break few time i set to delay.
i don't konw why,should i set some compile para in ccs or what? thanks.





