8 years, 7 months ago.

what initialization of the cpu and clocks etc is done for the discovery , and were is it done ??

Hi

I was just wondering where the startup code of the microcontroller is located Just out of curiosity :-)

regards,

Ronny

Question relating to:

The STM32F746G-DISCO discovery board (32F746GDISCOVERY) is a complete demonstration and development platform for STMicroelectronics ARM® Cortex®-M7 core-based STM32F746NGH6 microcontroller.

1 Answer

8 years, 7 months ago.

The code is in the mbed library source under targets/cmsis/[manufacturer]/[device] So for the DISCO-F746NG the files are here:

https://developer.mbed.org/users/mbed_official/code/mbed-src/file/a11c0372f0ba/targets/cmsis/TARGET_STM/TARGET_STM32F7/TARGET_DISCO_F746NG

Accepted Answer