• ROM-Check Part 2
    Hello again :) I want to do a ROM-CRC-Check (C167CR-LM, 1 MB ext.Flash-ROM). The following steps are already done: (see Thread "Locating the end of the used FlashROM" for more details) 1. Keil's...
  • Cyclic Redundancy Check
    Does anybody has a code of Cyclic Redundancy Check implemented in assembly??
  • Checking User Stack during runtime
    Hello, i'd like to know how much space I need in the Userstack Area. I'd cleard the UserStack-Section in start_v2.a66. In my 'main.c' I'd like to have a function which shows me the Userstack. Therefore...
  • Modify the stack pointer for a memory check
    Hello everybody! I want to do an memory check on a XC16X board. My problem is, that I don't know how to check the stack? Can I copy the stack and move the pointer, or is there any other way to do that...
  • Ext. Ram
    I am having problems setting up and using external ram. I ahve it set in my project file as external memory ram starting at 0x10000 size 0x10000, i have CS0 enabled with 16bit demux bus and my eval XC161board...