I have an alarm connected to GPIO32 which is active high if the PCBA temperature gets too high. Toggling the GPIO between high and low is no problem. The issue is that when I cycle power to the board the pin is driven high for a moment and the alarm chirps. What is even worse is that flashing the compiled program to the board drives the pin high for the entire duration of the flash. Is there a setting in CCS to prevent this from happening?