Skip to main content
Explorer
June 20, 2024
Solved

Where to find header file for STM32L073RZT6? I'm unable to find.

  • June 20, 2024
  • 3 replies
  • 1029 views

How to use header file in our code?

    This topic has been closed for replies.
    Best answer by mƎALLEm

    Hello and welcome to the community:

    There is no header file for this exact part number (RZT6) but for STM32L073xx. It's available on the CubeHAL in github:

    https://github.com/STMicroelectronics/cmsis_device_l0/tree/b3b1d7b134f5408c3e75363754d44a6aa11b1db1/Include:

    SofLit_0-1718880472994.png

    3 replies

    mƎALLEmAnswer
    Technical Moderator
    June 20, 2024

    Hello and welcome to the community:

    There is no header file for this exact part number (RZT6) but for STM32L073xx. It's available on the CubeHAL in github:

    https://github.com/STMicroelectronics/cmsis_device_l0/tree/b3b1d7b134f5408c3e75363754d44a6aa11b1db1/Include:

    SofLit_0-1718880472994.png

    MohsinAuthor
    Explorer
    June 20, 2024

    Thanks a lot! for answering my query.

    Graduate II
    June 20, 2024

    Just include main.h. That should always include the correct header.