Skip to content

Support for the STMF723 Disco Board#3014

Open
pschatzmann wants to merge 3 commits into
stm32duino:mainfrom
pschatzmann:main
Open

Support for the STMF723 Disco Board#3014
pschatzmann wants to merge 3 commits into
stm32duino:mainfrom
pschatzmann:main

Conversation

@pschatzmann

@pschatzmann pschatzmann commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Pull Request

Summary

I have a STMF723 Disco Board (with a STM32F723IEK6 mcu) which was missing as supported board. Therefore I added support to the ARDUINO_DISCO_F723IE

Validation

The tests can be found in this repository:

  • Blink Sketch: passed
  • Button Test: passed
  • Testing the Screen: passed
  • Testing Serial Output w/o USB: passed
  • Testing Serial Output with USB: passed

@fpistm fpistm added the new variant Add support of new bard label Jul 7, 2026
@fpistm fpistm added this to the 3.0.0 milestone Jul 7, 2026
@fpistm fpistm self-requested a review July 7, 2026 07:41

@fpistm fpistm left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. LGTM.
Maybe 2 questions:

  • Why not use the HSE for the clock config ?
  • Add a custom peripheral pins to save memory and avoid reserved pin usage ?

@github-project-automation github-project-automation Bot moved this from In progress to Reviewer approved in STM32 core based on ST HAL Jul 7, 2026
@pschatzmann

Copy link
Copy Markdown
Contributor Author

This was my first board, so I was not sure to what to pay attention to:

  • I agree with you, since the board has an external clock, we should use it!
  • I was not really sure what you meant with custom peripheral pins: so I alligned the setup with what has been done for the STM32F746NG as baseline and you were right, it saved about 4000 bytes-

The requested changes have been committed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new variant Add support of new bard

Projects

Status: Reviewer approved

Development

Successfully merging this pull request may close these issues.

2 participants