Hello Team,
How to set GPIO pin low in initially, before main function. is there any chance to...
Regards,
Beniyel D
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
There is some internal system-level boot code being run before the processor reaches main(). All peripheral initialization needs to be done in the main(). In another word, you cannot initialize GPIO and set them low before main().