Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BL image generated from below SHA point ARMmbed/DAPLink@82dc31d Detail: When code attempted to release the ports by placing them into Hi-Z mode, it would first clear the out register (so that weak pull-up would be disabled) then made the switch to Hi-Z. Since the signals were initially in output mode, clearing the out register caused a low pulse on the pins. One of the pins is the RESETN line which caused an unwanted device reset. MAX32625PICO BL gpio is going to to use the "NORMAL_HI_Z" mode that the MAX32625 supports. This mode places the pins in Hi-Z (no pull-up) regardless of the state of the out register. PR: ARMmbed/DAPLink#1074 Signed-off-by: Sadik Ozer <[email protected]>
- Loading branch information