2007-08-21 09:48 PM
2011-05-17 12:45 AM
Hi,
I attached a CrossWorks 1.7 project of a bootloader to load in Bank1 of STR9 that receives a file from network using uIP and writes it to Bank 0. Everything is working fine but when jumping to Bank 0, it doesn't work. A user application has to open a TCP connection to IP 192.168.0.11 and port 1234 and download an header with 4 magic bytes, 4 bytes representing length of file and then the file itself. I verified that the file is copied to flash of Bank 0. Anyone could cooperate with me to give an hint why the final jump is not working?