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

External data memory access

I'm trying to access to a non-volatile memory DS1330YP from C167CR-LM and I'm trying to save absolute variables making defines like this:
#define x MVAR (uword, 0x80000)

I've configured the start address in 0x80000 position and the size is 0x2000

If I write and read it does not work, could you help me?

Parents
  • Hi Roberto.

    Thing that can go wrong:

    1) The configuration of external bus interface can be incorrect.
    2) There can be a mistake in hardware (board routing etc.)
    3) Chip can be faulty (unlikely.)
    4) There can be a bug in your program.
    5) Lots of other things can go wrong.

    Do some research.

    - mike

Reply
  • Hi Roberto.

    Thing that can go wrong:

    1) The configuration of external bus interface can be incorrect.
    2) There can be a mistake in hardware (board routing etc.)
    3) Chip can be faulty (unlikely.)
    4) There can be a bug in your program.
    5) Lots of other things can go wrong.

    Do some research.

    - mike

Children
No data