Skip to content

What is the purpose of the reset_fwrd vs reset_no_fwrd #802

Discussion options

You must be logged in to vote

DAPLink for LPC11U35 does not use a bootloader (there is no lpc11u35_bl).

AFAIK, there are 3 uses of the reset buttons:

  • gpio_get_reset_btn() in source/daplink/drag-n-drop/vfs_user.c for file automation in both bootload and interface.
  • gpio_get_reset_btn() in source/daplink/bootloader/main_bootloader.c to stop bootloader from starting interface.
  • gpio_get_reset_btn_fwrd() in source/daplink/interface/main_interface.c to reset the target.

The bootloader does not need two buttons (both perform the same operations). With two buttons, the interface would have one (gpio_get_reset_btn_fwrd()) that reset the target and performs file automation and one that only does the latter (gpio_get_reset_btn_…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by stephendpmurphy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants