Shop OBEX P1 Docs P2 Docs Learn Events
Memory map display question — Parallax Forums

Memory map display question

r2d2_botr2d2_bot Posts: 23
edited 2008-01-02 14:30 in BASIC Stamp
·· I ran the programs StoreLightMeasurementsInEEPROM.bs2 and ReadLightMeasurementsFromEEPROM.bs2 from chapter 7 of the book, "What's a Microcontroller", and the programs worked fine and I could read what was written to EEPROM.· But when I looked at the EEPROM memory map display using the Run|Memory Map command, I could not see the upper 58 bytes highlighted in any color to indicate that data was written there.· In the legend, there is color coding for defined and undefined data.·
·· Is there some way to have the data I write to EEPROM highlighted when I look at the memory map display?

Thanks!

[noparse][[/noparse]Tim]

Comments

  • Phil Pilgrim (PhiPi)Phil Pilgrim (PhiPi) Posts: 23,514
    edited 2008-01-01 22:05
    The memory map display does not read data from a connected BASIC Stamp's EEPROM. It displays what will get loaded from the IDE to the BASIC Stamp when you upload a program.

    -Phil
  • r2d2_botr2d2_bot Posts: 23
    edited 2008-01-02 14:30
    Phil

    ·· Duh, that's right...I forgot.· It would be cool though to be able to see a visual representation of where your data is stored in the EEPROM!

    Thanks!

    [noparse][[/noparse]Tim]
Sign In or Register to comment.