Skip to content

Add support for nucleo_u545re_q board integration#139

Merged
bradjc merged 1 commit into
tock:masterfrom
FarhadGUL06:board_nucleo_u545re_q
May 14, 2026
Merged

Add support for nucleo_u545re_q board integration#139
bradjc merged 1 commit into
tock:masterfrom
FarhadGUL06:board_nucleo_u545re_q

Conversation

@FarhadGUL06
Copy link
Copy Markdown
Contributor

This PR adds support for the nucleo_u545re_q board to Tockloader.

Changes:

Added nucleo_u545re_q to KNOWN_BOARDS in board_interface.py
Added application settings to tockloader.py with a default physical start address of 0x08040000.
Configured OpenOCD prefix to use the stlink.cgf interface and stm32u5x.cfg target (OpenOCD version 0.12+dev minimum).

Testing:
Verified on local hardware using:

  • tockloader info --board nucleo_u545re_q (Success)
  • tockloader install --openocd --board nucleo_u545re_q (Successfully installed blink.tab and c_hello.tab)
  • tockloader list --board nucleo_u545re_q (Success)

@FarhadGUL06
Copy link
Copy Markdown
Contributor Author

@bradjc Hi! Can you take a look at this pr? I need this included into tockloader for board nucleo_u545re_q.

@bradjc bradjc merged commit 0f68119 into tock:master May 14, 2026
2 checks passed
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.

3 participants