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

Support for Timeout for inactivity. Support for SET_ADDRESS. Support for stm32g491. Support for ERASE_PAGE. #54

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

salyzyn
Copy link

@salyzyn salyzyn commented Oct 8, 2024

DFU_WATCHDOG is set to an ULL of counter running at the mcu set PLL clockrate to SYSCLK.

i.e. if clockrate for the specific mcu configuration is 36MHz, then define DFU_WATCHDOG to (120ULL * 36000000ULL) to get a 2 minute timeout.

DFU_WATCHDOG is set to an ULL of counter running at the mcu set PLL
clockrate to SYSCLK.

i.e. if clockrate for the specific mcu configuration is 36MHz, then
define DFU_WATCHDOG to (120ULL * 36000000ULL) to get a 2 minute
timeout.

Signed-off-by: Mark Salyzyn <[email protected]>
@salyzyn salyzyn mentioned this pull request Oct 8, 2024
Required for latest dfu-util

Signed-off-by: Mark Salyzyn <[email protected]>
Category 4 target

Signed-off-by: Mark Salyzyn <[email protected]>
Not faster, but a more meaningful behavior in dfu-util

Signed-off-by: Mark Salyzn <[email protected]>
@salyzyn
Copy link
Author

salyzyn commented Oct 11, 2024

NB: The first patch is for issue #47. The next three patches are for issue #52. Issue #52 fixes two things, one is compatibility with latest dfu-util, and then adds support for stm32491xx. #52 adds a new feature to allow ERASE_PAGE support, but is entirely optional.

@salyzyn salyzyn changed the title Timeout for inactivity. Support for Timeout for inactivity. Support for SET_ADDRESS. Support for stm32g491. Support for ERASE_PAGE. Oct 11, 2024
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

Successfully merging this pull request may close these issues.

1 participant