Hello,
I have a board layout which includes one pin that if set to low will shutdown the board. This is necessary for long shipping.
In the production software I do not want this pin to be low.
When I make an update on the production software I am currently reseting the board with the HAL_SYSTEM_RESET from the hal_mcu.h.
As far as I could find out this function resets the pins and seems to pull the mentioned pin to low.
Is there an alternative for the HAL_SYSTEM_RESET, that does not affect the pins, or do you know of a possibility to ignore this pin in the reset process?
Thank you