Self-programming
2005-05-24 by docsale
Hello everyone! I'm a new member of this group. I'm Italian and i don't speak english very well so please, forgive me for any mistake i will make! I'm in troubles with self-programming (I hope someone has experience about that). This is the problem: I need to have the reset vector at the beginning of the boot sector instead of having it at the zero address as usual. What i found out is that, placing the reset vector at the beginning of the boot sector while having at the same time the interrupts table placed at zero address of the flash, causes an incorrect intialization of the application. In fact i wrote my application in C language and the initialization throught C_STARTUP is not performed with the interrupt table and the reset vector placed as explained above. Could anybody help me? I wait for your replies! Bye Bye Francesco Saletti