Skip to main content
Anup
Visitor II
September 18, 2021
Solved

How to convert STM32F769I-EVAL examples codes to STM32F769I-Discovery codes?

  • September 18, 2021
  • 1 reply
  • 668 views

..

This topic has been closed for replies.
Best answer by Tesla DeLorean

Master the skill of porting between embedded platforms.

Best to start by understanding the board and hardware level differences of each platform. Review the schematics, look at the pin assignments.

As you port the specific peripherals of interest expect to adjust the pin level specifics to reflect those of the target board.

Make sure the clock sources are understood, and reflected in the defines, like HSE_VALUE, and within stm32f7xx_hal_conf.h for the project.

1 reply

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
September 18, 2021

Master the skill of porting between embedded platforms.

Best to start by understanding the board and hardware level differences of each platform. Review the schematics, look at the pin assignments.

As you port the specific peripherals of interest expect to adjust the pin level specifics to reflect those of the target board.

Make sure the clock sources are understood, and reflected in the defines, like HSE_VALUE, and within stm32f7xx_hal_conf.h for the project.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..