SparkFun Forums 

Where electronics enthusiasts find answers.

Your source for all things Atmel.
By stevech
#95527
the existing program would probably be overwritten by the new one.
You can upload the existing in-flash program and save it to the PC as a disk file- assuming you don't already have that program in its hex code or source code form.
By potoole
#95535
I'm pretty sure there's a bootloader on the device that I have, which is a SparkFun OpenLog, -
(http://www.sparkfun.com/commerce/produc ... ts_id=9530) but I don't know if its an arduino bootloader.

I do know that the device will accept Arduino sketches, since I once did that, inadvertantly (I won't go into that ). However I don't know what, if anything, happened to the existing program, which came with the device. I sent it to SPARKFUN after that, they reworked for me, then sent it back. I was then able to get it operating as it should.

But now, I've screwed it up again by trying to change OpenLog's baud rate, and it is locked in an endless loop of continuous '12<' when ever I try to enter data to it. Since it is useless to me in that mode, I thought that I could just download other programs to it so that it will be useful in some form. :oops: :(


Quote:

OpenLog firmware is open source and is based on Roland Riegel's FAT library. OpenLog currently supports FAT16 (upto 2GB microSD cards). We're working on FAT32 and would love your help!

I'm afraid that my infernal "tinkering" with the device screwed it up again.

PO'T