Skip to content

Commit

Permalink
Update MAX32625PICO Bootloader
Browse files Browse the repository at this point in the history
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 <sadik.ozer@analog.com>
  • Loading branch information
ozersa committed Jul 8, 2024
1 parent e5678ee commit f865ed3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 0 deletions.
Binary file added bin/max32625pico_bl_82dc31.bin
Binary file not shown.
File renamed without changes.

0 comments on commit f865ed3

Please sign in to comment.