Skip to main content
Graduate II
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!!

    This topic has been closed for replies.
    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

    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.

    Graduate II
    October 14, 2024

    Thanks !!