??? 03/01/09 21:03 Read: times |
#162985 - I found it..... Responding to: ???'s previous message |
I was changing some array parameters and I was writing right off the end of the array. I changed some array from char to ints and a few extern mismatches of chars and ints.......it was just not paying attention to my array parameters and their initialization values and types.
Although I did find a way to enable the auxiliary memory in Keil by going to target > memory model (large with XDATA). Put the memory range of 0x180 to 0x1FF since the datasheet says the 512 bytes of RAM are inclusive of the small 128 byte memory. Seems to be simulating correctly and working in hardware correctly. Thanks for the tips guys. Chris |