I am using a C5502 in CCS4. I would like to use the rom bootloader to download an image via the HPI. In spru911c page 13, the final thing you need to do is write the entry point of your exe to 0x60/61.
How do you determine you entry point address?
I have set up my vector table to byte address 300. Is the relocatable vector table address changed in the cinit code before jumping to main? Or do I have to worry about changing this?
Thanks,
Robert