Skip to main content
Mohsin
Associate II
June 20, 2024
Solved

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

  • June 20, 2024
  • 3 replies
  • 1055 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ƎALLEm
mƎALLEmBest answer
ST 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

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
Mohsin
MohsinAuthor
Associate II
June 20, 2024

Thanks a lot! for answering my query.

unsigned_char_array
Lead III
June 20, 2024

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

"Kudo posts if you have the same problem and kudo replies if the solution works.Click ""Accept as Solution"" if a reply solved your problem. If no solution was posted please answer with your own."