2007-10-21 11:32 PM
How to modify address of code start in RIDE
2007-10-21 05:05 PM
2007-10-21 11:32 PM
Hi Jacky,
Using the Raisonance RCST7 Compiler, you just have to declare main as follows: at 0xF002 void main(void) { ... } Note however that the Compiler startup code (SCI and global data initialization) will be executefd before your main function. I hope this helps, Bruno