cancel
Showing results for 
Search instead for 
Did you mean: 

Main Aplication Entry Point

k_arthur
Associate II
Posted on May 15, 2007 at 10:27

Main Aplication Entry Point

1 REPLY 1
k_arthur
Associate II
Posted on May 17, 2011 at 09:43

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!