STM32 EEPROM Emulation SPL Library V3.1 Implementation
Hey all,
I'm attempting to implement the EEPROM emulation library into a pre-existing project with little success. I've added the eeprom.c file to the project as well as the header include to the main.c but even prior to implementing the code, attempting to compile/build throws an error that the "FLASH_Status" identifier is undefined. This variable is found inside the stm32f10x_flash header. I've added it from the StdPeriph file into the project but the compiler can't seem to locate it.
This process if fairly new to be so I presume I'm missing some simple step to implement the library, any assistance would be appreciated.
processor is an STM32F103
programming in IAR Embedded Workbench
