SpinAsm - Writing to EEProm directly

Software questions and issues with the FV-1

Moderator: frank

Post Reply
Admiral_dk
Posts: 13
Joined: Wed Sep 27, 2017 8:31 am

SpinAsm - Writing to EEProm directly

Post by Admiral_dk »

Hi

I know that I can write directly to Program Zero (Address = 000h) - the program does that by default, and I know that I can use the "Open Project Dialog" function to load finished programs to the places I want ...!...

But how do I "persuade" the program save to another program location when I press the Assemble button ?

I ask because I made a small plug that goes into Development board instead of the DIP 24LC32 and has a cable with a plug that goes onto my own hardware and program the SMD version of the 24LC32. This worked nicely on the first version that only used program zero, but the newest version use program 1-3 and I use a sequential increased revision part of the filename and would like to avoid using the "Open Project Dialog" every time I do so ....
frank
Posts: 1244
Joined: Wed Oct 19, 2005 12:26 pm
Contact:

Post by frank »

Unfortunately you cannot, the assemble button will only go to program 0. It is a fixed value in the code so no way to change it.
Frank Thomson
Experimental Noize
Post Reply