2023-07-31 04:25 AM
Hello 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.
2023-07-31 06:28 AM
"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.
2023-08-01 12:33 AM - edited 2023-08-01 12:33 AM
Thanks to answer. I''m including this library but this not fixing my problem :)