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

A novice question

hi,
sorry for bothering you with the most simple question but i am stuck. i created the most simple project for an XC167CI using nothing but default setting. it builds, but the simulator reports "access violation" because the startup code is placed at 0xC00008, but the process starts at 0x0. I checked sample projects provided by Keil but i didn't see what the big differnece is: i tried to replace by interrupt vector table and play with the memory classes to no avail - it won't start where the startup code is placed by the linker. what did i miss? sorry again for such a silliy question.