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
I would have to ask: Do you know the chip in question? Do you have any experience with embedded systems of any kind? Did you read the user manual of the LPC1768? Do you know what you are doing, at all?