problem in eeprom section in project manager

General discussion on mikroC.
Post Reply
Author
Message
janaki
Posts: 15
Joined: 28 Mar 2012 14:33

problem in eeprom section in project manager

#1 Post by janaki » 28 Mar 2012 15:43

how to retrieve the files stored in the eeprom section of project manager ? plz help me .... i want to store some text file and i m using atmega16 ...and then retrieve the file name in lcd

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: problem in eeprom section in project manager

#2 Post by filip » 29 Mar 2012 09:30

Hi,
how to retrieve the files stored in the eeprom section of project manager ?
If there is a file located in the EEPROM section of the Project Manager, you should be able to see its path in the Edit Search Paths window.
Usually, in the Edit Search Paths window, the path to the compiler, libraries folder, project folder and path to the files which are not in these folders is included (like EEPROM file, if it is not located in the project folder).

If you wish to put the file name on the Lcd, you should do this manually, like this :

Code: Select all

Lcd_Out(1, 3, "EEPROM_Name");
Regards,
Filip.

janaki
Posts: 15
Joined: 28 Mar 2012 14:33

Re: problem in eeprom section in project manager

#3 Post by janaki » 03 Apr 2012 12:50

ya it is working... bt it is displaying other files also which is not there in eeprom section on project manager ....... can u expln y ... or sum simple example for better understanding..........:?

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: problem in eeprom section in project manager

#4 Post by filip » 04 Apr 2012 10:04

Hi,

Please, I didn't understand your problem well.
Could you explain in details ?

Regards,
Filip.

janaki
Posts: 15
Joined: 28 Mar 2012 14:33

Re: problem in eeprom section in project manager

#5 Post by janaki » 07 Apr 2012 12:55

filip wrote:Hi,

Please, I didn't understand your problem well.
Could you explain in details ?

Regards,
Filip.

I want to store multiple files in eeprom and display dat files name to lcd....can u provide me the code or giv ideas how to put files to eeprom...either by using eeprom manager or by creating files in code...
please rply asap...:(

User avatar
janko.kaljevic
Posts: 3565
Joined: 16 Jun 2011 13:48

Re: problem in eeprom section in project manager

#6 Post by janko.kaljevic » 09 Apr 2012 15:52

Hello,

Please check our EEPROM example which is included in compiler.
You can find it in
Installation directory->Internal MCU modules->P18F45K22->EEPROM

Best regards.

Post Reply

Return to “mikroC General”