Skip to content

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

Open
salyzyn wants to merge 4 commits intodmitrystu:masterfrom
salyzyn:master
Open

Support for Timeout for inactivity. Support for SET_ADDRESS. Support for stm32g491. Support for ERASE_PAGE.#54
salyzyn wants to merge 4 commits intodmitrystu:masterfrom
salyzyn:master

Conversation

@salyzyn
Copy link
Copy Markdown

@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 <mark.salyzyn@gmail.com>
@salyzyn salyzyn mentioned this pull request Oct 8, 2024
Required for latest dfu-util

Signed-off-by: Mark Salyzyn <mark.salyzyn@gmail.com>
Category 4 target

Signed-off-by: Mark Salyzyn <mark.salyzyn@gmail.com>
Not faster, but a more meaningful behavior in dfu-util

Signed-off-by: Mark Salyzn <mark.salyzyn@gmail.com>
@salyzyn
Copy link
Copy Markdown
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