This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Reset vector issue on XC2220U

Hello everyone,

I'm trying to do sample project with uVision 5 and Infineon XC2220U-8F. I use the simulation for debugging, since my board didn't arrive yet. When I start debugging CPU jumps to 0x0 and starts executing from there even if I set up VECTAB to 0xC00000. An example programs start from 0xC00000. I feel like I don't get something simple.

Which setting should I change in order for CPU to jump to 0xC00000 when I run simulator (except VECTAB of course)?

Thanks in advance!