Other Parts Discussed in Thread: TM4C129XNCZAD, TM4C129XKCZAD
Tool/software: Code Composer Studio
I write a test code to test the maximum turn frequency of a GPIO of MSP432P401R on CCS6.2. CPU clock is set to 48MHz. And P5.0 is set to output mode and only be alternately pulled up and pulled down when code is running. The time cost of turning the I/O is 250ns(then the frequency is only 4MHz). Is this the maximum speed of the I/O? I haven't searched any information about this in the datasheet of MSP432.
Thanks.