Dear TI,
I am currently using your new F2837xD micro, which for the most part is a fantastic part!
However, I am having an issue with toggling GPIO20. I have attached some images which show how I setup two GPIOs 19 and 20 as outputs, and then toggle theirs outputs high. GPIO 19 works as expected, however 20 never seems to switch states. We have three of your control boards and the issue happens on all three.
Image 1: Pre-setting the GPIOs as output - GPADIR are both 0.
Image 2: Post-setting the GPIOs as output - GPADIR are both 1.
Image 3: Post-setting and Pre-setting GPIOs high - GPADAT are both 0.
Image 4: Post-setting GPIOs high - GPADAT.GPIO19 = 1, but GPADAT.GPIO20 = 0
Is there a problem with the code or is there a bug on the silicon?
Many thanks for your help.