cancel
Showing results for 
Search instead for 
Did you mean: 

AN4894 : Struggling with Integration X-CUBE_EEPROM with Existing (.ioc) Project.

Karan 123
Senior

Hi,

I am working on STM32G071RB MCU

This is continuation topic of below Post :

https://community.st.com/s/question/0D73W000001N7XW/stm32g0-flash-as-eeprom?s1oid=00Db0000000YtG6&s1nid=0DB0X000000DYbd&emkind=chatterCommentNotification&s1uid=0050X000007vw7K&emtm=1640084190435&fromEmail=1&s1ext=0

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

1 REPLY 1
TDK
Guru

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.

If you feel a post has answered your question, please click "Accept as Solution".