Hi skimask!
The DEC code will cause a compilation error.
What shall I do?
If you know other means please tell me...
Thank you in advance.
Hi skimask!
The DEC code will cause a compilation error.
What shall I do?
If you know other means please tell me...
Thank you in advance.
What shall you do?
Read the manual, figure out how to use it for yourself.
Jeez...try to do some of the legwork yourself for a change...
I know of plenty of other 'means' to do what you want, but you want to be spoonfed like a little baby...
Unless of course you don't have a manual because you've got a pirated copy of PicBasicPro.
Which is entirely possible.
You know that online PDF at MeLabs website isn't exactly up to date.
Last edited by skimask; - 19th January 2008 at 07:15.
Thank you for all the help.
I been reading the manual a lot of times. I even follow the codes and procedures provided by the manual.
It's just simply won't work.
Again, thank you very much for your time and ideas.
Hi everyone!
I can read and write now using the pic16f84a but I can't do that using pic16f877a.
Is there any lines I have to add inorder to allow reading and writing the eeprom?
I've read the 16f877a datasheet. It is stated there that I have to disable all interrupts before writing. I've tried that but still won't work.
A working simple code for reading and writing the internal eeprom of pic16f877a is all I need.
Please help me...
Thank you in advance.
Hi all,
returning to the original thread...
I have sucessfully created the circuit and code to work with data and save them it to the external eeprom with a determinated timming.
I have managed to save/read data in 2 blocks ( 2 sessions ).
I have one part of the code that is responsable to erase both blocks of data.
My erasing code is simple and i use a set of ( For x to y...next ) instructions where x and y are the block's starting address and ending address.
I could use more memory blocks and increase the project's performance but i limited it to 2 blocks because the erasing process takes too long ( 2/3 minutes for both blocks ).
I know that i could use a faster clock to increase the instruction's speed and erasing process, but i'm working with the internal clock of a 16F88.
Is there a way i can speed a bit more via software ? Maybe a diferent code/set of instructions that work a bit better ?
Thanks
Bookmarks