cancel
Showing results for 
Search instead for 
Did you mean: 

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

Mohsin
Associate II

How to use header file in our code?

1 ACCEPTED SOLUTION

Accepted Solutions
SofLit
ST Employee

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 on "Accept as Solution" on the reply which solved your issue or answered your question.

View solution in original post

3 REPLIES 3
SofLit
ST Employee

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 on "Accept as Solution" on the reply which solved your issue or answered your question.
Mohsin
Associate II

Thanks a lot! for answering my query.

unsigned_char_array
Senior III

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.