Skip to main content
yogui_ricardo
Associate III
October 14, 2024
Solved

programming whitout nucleo or Discovery

  • October 14, 2024
  • 3 replies
  • 1177 views

Programming the stm32f103c6 and stm32h753zi chips, without NuCLeo or Discovery, only chip, connections, pins, ports etc.. where can I find information, thanks!!

Best answer by Andrew Neil

Start at the Product Page of each chip.

Download each chip's datasheet, and review available Application Notes.

There should be a Hardware Design Guide for each family; eg,

https://www.st.com/resource/en/application_note/an2586-getting-started-with-stm32f10xxx-hardware-development-stmicroelectronics.pdf

and other addressing particular peripherals.

Study the schematics of appropriate Nucleo, Discovery, and/or DK boards for reference.

3 replies

Andrew Neil
Andrew NeilBest answer
Super User
October 14, 2024

Start at the Product Page of each chip.

Download each chip's datasheet, and review available Application Notes.

There should be a Hardware Design Guide for each family; eg,

https://www.st.com/resource/en/application_note/an2586-getting-started-with-stm32f10xxx-hardware-development-stmicroelectronics.pdf

and other addressing particular peripherals.

Study the schematics of appropriate Nucleo, Discovery, and/or DK boards for reference.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
yogui_ricardo
Associate III
October 14, 2024

Thanks !!