• Problems with using a C167 code on a XC164
    I wrote a code for the C167 which I want to use with a XC164, but I got lots of error messages as I compiled the code and now I don't have any more ideas to solve this problem... Beside changing the...
  • Problems with Code in internal and external Flash
    I'am working on a custom board, based on XC167CI with external flash AMD 29F400 wired to CS0 and we are using Keil uVision9 V3.02 ULINK USB. So we have internal memory at 0xC00000 and external one at...
  • Problem with compiling C++ code in eval version
    Good afternoon! Please help me. Yesterday I compiled my project well by license Keil software. Today I try to compile same code by the Eval version at home. And I have the following problem.....
  • Locating Code
    I wish to install a bootloader in the first sector of internal ROM (starting address 0xc00000 to 0xc01fff) of the XC164. How can I place other code (e.g. application software) to start at address 0xc02000...
  • Startup code
    Hello All: How can I reference the start address of the startup code in start167.a66 in a C file? The only thing I can think of doing is extern void C_STARTUP(void); but that does not seem to work...