6 years, 10 months ago.

"stm32f7xx_hal.h" Where is it, what is it ?????

I keep running into this can be found. WHAT AM I MISSING Please help.

1 Answer

6 years, 10 months ago.

It's one of the many source files that makes up mbed. You need the mbed source files. Assuming you are using mbed 2, you need to import into your project the mbed-dev library. Just search for mbed-dev and it will be current and have a ton of imports. Here's a link to that particular file.

https://developer.mbed.org/users/mbed_official/code/mbed-dev/file/e614a9f1c9e2/targets/TARGET_STM/TARGET_STM32F7/device

If you are getting that error in the online compiler, an include somewhere is not working quite right. It is part of the library.

Thank you. I was able to find what I was messing... it helps when you compile using the correct processor.

Thanks again for your help

posted by wp vickerman 09 Jun 2017