Dear sir,
In MCXA153 datasheet, the Port rise/fall time for medium I/O pins is like below.
But I measure the Pin GPIO3_6 real rise time, the time value is 45.2ns. It is more slower then spec.
Could you please give me some suggestion?
Thanks.
BR,
Sean Wu.
/////////////////////////////////////////////////////////////////////////////
clock is BOARD_BootClockFRO96M();
In while loop to toggle GPIO3_6.
while (1)
{
delay();
GPIO3->PTOR=GPIO_FIT_REG(64);
}

