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

TRAFFIC.C won't work on eval board when memory model=Large, Why?

I have a project much like the sample traffic.c, but i need more space for variables and would like use the memory model Large:64K program.
When setting the memory model to Large, and selecting 'Use On-chip XRAM (0x0-0x7ff)', my program won't work on my eval board, but it still works in the simulator!

When using the Small memory model, you will only have 128 byte RAM, but my ADuc845 have 2Kbyte onchip RAM i would like to use.

What do i have to change in traffic.c to use my onchip XRAM?

Regards

Peter

Parents
  • " selecting 'Use On-chip XRAM (0x0-0x7ff)'"

    Note that this merely informs the tools that On-chip XRAM is to be used - it does not do anything to configure or enable the physical on-chip XRAM in the target hardware.

    This is probably what you're missing

Reply
  • " selecting 'Use On-chip XRAM (0x0-0x7ff)'"

    Note that this merely informs the tools that On-chip XRAM is to be used - it does not do anything to configure or enable the physical on-chip XRAM in the target hardware.

    This is probably what you're missing

Children