Skip to main content
Associate III
July 31, 2023
Question

Include nand library

  • July 31, 2023
  • 1 reply
  • 1383 views

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.

This topic has been closed for replies.

1 reply

TDK
Super User
July 31, 2023

"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""."
A.Rade.96Author
Associate III
August 1, 2023

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

3.png