Closed KwangryeolPark closed 1 year ago
ST Internal Reference: 162782
Hello @KwangryeolPark,
Unfortunately, our development team has declined your proposal. According to them, it's up to the user to copy/paste the is42s32800j_conf_template.h
file into his application and customize it as he sees fit. Even with "stm32xxxx_hal.h" include the customer will get a compile error and it's up to him to correct it.
Please allow me to close this thread. Thank you for your understanding.
With Regards,
Caution The Issues are strictly limited for the reporting of problem encountered with the software provided in this project. For any other problem related to the STM32 product, the performance, the hardware characteristics and boards, the tools the environment in general, please post a topic in the ST Community/STM32 MCUs forum
Describe the set-up
Describe the bug
fatal error: stm32f7xx_hal.h: No such file or directory
when including stm32h747i_discovery_sdram.h at main.cHow To Reproduce
Indicate the global behavior of your application project 1.1. include stm32h747i_discovery_sdram.h at main.c 1.2. modify the conf_template.h files to conf.h
The modules that you suspect to be the cause of the problem (Driver, BSP, MW ...) At "BSP/Components/is42s32800j/is42s32800j_conf_template.h", the include path contains stm32f7xx_hal.h not stm32h7xx_hal.h