When I first used the "GpioDataRegs.GPBDAT.bit.GPIOB" function to operate gpio pin 32 to 63 output high power at the same time, I found that several gpio could not give correct feedback. However, during the program cycle, some gpio would still make level jump even if the push-pull output high level was specified, and most of them would gradually stabilize the output high level as time went by . Interestingly, I don't have this problem when I use the "GpioDataRegs.GPBSET.bit.GPIOB" function, all GPIOs output high levels . And the other gpio groups seem to have the same problem.
We did these test on different ICs and got the same result. seems like we couldn't get the correct GPIO setting by setting the "GpioDataRegs.GPBDAT.bit.GPIOB".
We'd like to know the reason, thanks


