Is it possible to update whole Bank 0 memory via bootloading program previously programmed to Bank 1? Is it possible to make such organization? If No, why? I think not, but I just want to be sure. Thanks in advance. Hristo.
Remember, it is not possible to boot directly from bank 1. So you need some piece of code stored also in bank 0. I think... you can use bootloader stored in bank 0 that will copy itself into RAM, then erase flash bank 0, and finally write bank 0 with new content...