2021-12-28 08:39 AM
Hi,
I am working on STM32G071RB MCU
This is continuation topic of below Post :
I have read AN4894 Application note EEPROM emulation techniques and software for STM32 microcontrollers Already Copied EEPROM_Emul to Existing Project..
How to integrate X-CUBE-EEPROM for existing .ioc project ?
Why I am getting Errors (After Removing Space as in another Post)?
--
Karan
2021-12-28 01:26 PM
This works better if you show the errors you're getting.
If it's still the "No such file or directory" error, then the compiler can't see the file. Ensure the path is correct. Ensure the file exists. I suppose it's possible the program lacks permissions to that directory.
I would suggest using a relative path rather than an absolute one and ensure the directory the file is in is within the list of include directories.