2007-05-15 01:27 AM
2011-05-17 12:43 AM
After writing Main Aplication to Bank0(0x80000) when jumping to 0x80000
jump_function = (void*) 0x80000; // Entry point address jump_function(); Main Aplication not run. What may be the problem? The Aplication is writen to flash sucessfully!