2011-05-29 10:57 PM
Hi,
I'm having problems resetting the system on a STR912FAW44. The system boots fine from bank1 (bootloader) when power is recycled, but when I do a system reset (remap FMI addresses and jump to bootloader at address 0x00) the system locks up.
I have been running the same system on a STR912FW44 (which should be 100% compatible with the FAW44 chip) and on this chip revision the system reset works fine...
Any ideas of what to do to get this system reset working on the FAW44?
2011-05-30 10:29 PM
Have you checked the errata 12944?
2011-05-30 10:57 PM
Yes, I have checked the errata and implemented some workarounds, but does not help with this problem.
2011-06-07 10:50 PM
i was not involved in this part of the code, but i remember we had a similar issue about booting from bank1. i do not remember anymore the nature of the issue. but i think the implementation that worked for us was to boot from bank0. and only jump to the bank1 code when the bank0 application needed to be updated (using a dipswitch).
initially it had been that if the dipswitch was set, it booted from bank1, to be able to update the bank0 application. somehow, those working on this code could not make it work as intended.