Hello,
We have following configuration on our board:
3x 24M01 (1Mbit) EEproms connected to a c5505 CPU. Addresses are 0x50, 0x51 and 0x52.
As I understand bootloader can only boot from the EEprom which has address 0x50. Is this right or will the bootloader automatically increase the address so it can use multiple contiguous addressing across severals EEproms?
In case this is not possible I would have to develop my own bootloader which will fit inside the first EEprom and which will load the rest of the code from other EEproms?
Is there an example of this "secondary Bootloader" somewhere?
Thank you,