This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Hardware reset

lpc1768 board or the MCB1700

does anybody know how to switch bins files using the hardware reset route, so when I press the reset button it will switch bins.

I know for software it could be something like this perharps

<

>
int main (void)
{
for (;;)
If

extern "C" void lpc1768_reset();

flash.write = binfile1

else

flash.write = binfile2

endif


}

<

>

thanks,

thomas

Parents
  • I am I am trying to time travel ok:)

    the magic chip I have yes do you understand loads the bin file with the future time into the flash memory you understand I have second bin that is the past ok :)

    I want to change the past bin so it is the future bin ok

    so for me to do this I have to change the time stamp or rename the file ok.

    Do you understand what I am I am trying to do I am

Reply
  • I am I am trying to time travel ok:)

    the magic chip I have yes do you understand loads the bin file with the future time into the flash memory you understand I have second bin that is the past ok :)

    I want to change the past bin so it is the future bin ok

    so for me to do this I have to change the time stamp or rename the file ok.

    Do you understand what I am I am trying to do I am

Children