Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LGT ISP: cap or 5v short of reset pin unnecessary? #319

Open
dbuezas opened this issue May 5, 2024 · 2 comments
Open

LGT ISP: cap or 5v short of reset pin unnecessary? #319

dbuezas opened this issue May 5, 2024 · 2 comments

Comments

@dbuezas
Copy link
Owner

dbuezas commented May 5, 2024

I accidentally discovered that uploading as ISP still works without inhibiting reset on the programmer.
It just takes 2 seconds longer to start (since I left the bootloader in my programmer).

I'm considering to remove the extra step of adding a cap to rst (or the dangerous hack of shorting it to 5v) from the ISP guide , or at least to mark it as optional.

Any thoughts on this?

@LaZsolt
Copy link
Collaborator

LaZsolt commented May 6, 2024

LGT ISP: cap or 5v short of reset pin unnecessary?

Normally not necessary to connect the reset pin neither in the LGT ISP nor in the device you want to program. I regularly uploaded program via LGT ISP without connected reset pin. In my opinion, the idea to use the capacitor or pull up the LGT ISP reset pin to 5V was to not have to use a different connection than usual between USB-serial and LGT ISP.

Anyway, if SWD, SWC used as I/O port, in the device you want to program, then reset pin must be connected to LGT ISP.

@dbuezas
Copy link
Owner Author

dbuezas commented May 6, 2024

I mean the reset pin of the ISP (not the chip being programmed). When one uploads the programmer will reset unless its reset pin isn't forced high, but it still uploads afterwards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants