cancel
Showing results for 
Search instead for 
Did you mean: 

Include nand library

A.Rade.96
Associate III

1.png22.pngHello friend, how to include function in library for Nand? I configuration my microcontroller from CubeMx for Nand memory and generated code, setup is bank and etc. In open code in Keil is including nand library, but is not in library is not include banks and etc.

2 REPLIES 2
TDK
Guru

"stm32f4xx_hal.h" is the top-level include, don't include individual files. Configure stm32f4xx_hal_conf.h" such that it will include the files you want.

If you feel a post has answered your question, please click "Accept as Solution".

Thanks to answer. I''m including this library but this not fixing my problem 🙂

3.png