What do you mean by "manually"? Please explain in more detail.can i store binary codes and similar mannually without pc
Good advise from everyone on here.Writing to a microcontrollers internal EEPROM may be the easiest of all. See here if you want really simple. Alternatively if you are using assembly or C, these can also write to the internal EEPROM on an AVR (and other microcontrollers). If you are looking for something external, there are external flash chips. One external method I am considering trying is MRAM, non-volatile RAM with infinite cycling, see here for a parallel interface, you can also find SPI chips on their site.
I hope this helps,
Hello,
I have a small hard drive and can i store binary codes and similar mannually without pc if i have power supply?
True.. but the amount of code required is not something that I would suggest using to encourage someone to dig in and learn with.Depends on what kinda protocol your hard drive talks. Lets assume its USB (most of Mass storage are USB), you can get a Micro-controller which supports USB (PIC32) and write some code to make it work.