I have an 1176 mcu. I have pin R14 setup as an output, logic 0 at init, pull down enabled, assigned to GPIO9 gpio_io,00. Instead of a low at power up, I see the pin go high for about 18 mS before it goes low. I want to get rid of that 18 mS high. This is in a bootloader so only a few lines of code being executed all of which have nothing to do with R14. All other pins at power up act correctly meaning if init is low it is low at startup. This is the only pin that is not acting correctly
I have tried the other GPIO assignments and all the other options for a GPIO output. Nothing gets rid of that delay.