This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil 5.24 + AT45DB642D. Why so hard?

Hi everyone!
. I try to use EFS(Embedde File System) with Keil 5.24 for AT45DB642D.
I read manual www.keil.com/.../fs_create_app.html
And config my project as described. For SPI flash.
Initial current drive = F0.

But i got a lot error after compilation. Like this:

C:\Keil_v5\ARM\PACK\Keil\STM32H7xx_DFP\2.2.0\Drivers\BSP\STM32H743I_EVAL\stm32h743i_eval_nor.c(416): error: #20: identifier "NOR_HandleTypeDef" is undefined

C:\Keil_v5\ARM\PACK\Keil\STM32H7xx_DFP\2.2.0\Drivers\BSP\STM32H743I_EVAL\stm32h743i_eval_nor.h(124): error: #20: identifier "NOR_IDTypeDef" is undefined

Could anyone give me advice how to use EFS for spi flash?

P.S. I used Keil 4.54 before. And it was not so hard to use AT45DB642D.
There were few files : ARM-RL library,FILE_CONFIG.C, FS_SPI_FLASHPRG.C.

Best regards, Vladimir