Analog.com Analog Dialogue Wiki English
Analog.com Analog Dialogue Wiki 简体中文
EngineerZone
EngineerZone
  • Site
  • User
  • Site
  • Search
  • User
EngineerZone
EngineerZone
  • Log in
  • Site
  • Search
  • Log in
  • Home
  • Blogs ⌵
    • EngineerZone Spotlight
    • The Engineering Mind
  • Browse ⌵
    • All Groups
    • All Members
  • Support ⌵
    • 3D ToF Depth Sensing
    • Amplifiers
    • Analog Microcontrollers
    • Analysis Control Evaluation (ACE) Software
    • Audio
    • Clock and Timing
    • Data Converters
    • Design Tools and Calculators
    • Direct Digital Synthesis (DDS)
    • Embedded Vision Sensing
    • Energy Monitoring and Metering
    • FPGA Reference Designs
    • Industrial Ethernet
    • Interface and Isolation
    • Low Power RF Transceivers
    • MEMS Inertial Sensors
    • Motor Control Hardware Platforms
    • Optical Sensing
    • Power By Linear
    • Processors and DSP
    • Reference Circuits
    • RF and Microwave
    • Signal Chain Power (SCP)
    • Switches/Multiplexers
    • Temperature Sensors
    • Video
    • Wide Band RF Transceivers
    • Wireless Sensor Networks Reference Library
  • My EZ
  • More
  • Cancel
  • 主页
  • 浏览 ⌵
    • 收件箱
    • 个人设置
    • 会员
    • 专区列表
  • 论坛专区 ⌵
    • 放大器专区
    • 精密转换器专区
    • 音频专区
    • ADE电能计量专区
    • MEMS和传感器专区
    • 接口和隔离专区
    • Power 中文专区
    • ADUC微处理器专区
    • 锁相环专区
    • 开关和多路复用器专区
    • 温度传感器
    • 基准电压源专区
    • 资源库
    • 论坛使用指南
    • 技术支持参考库
    • 在线研讨会
    • 论坛社群活动
    • 论坛激励活动
  • More
  • Cancel
Hardware Tools
  • Processors and DSP
  • Software and Development Tools
  • Hardware Tools
  • More
  • Cancel
Hardware Tools
Documents FAQ: Why do flash contents appear corrupt/incorrect within Memory Window
  • Q&A
  • Discussions
  • Documents
  • File Uploads
  • Video/Images
  • Members
  • Tags
  • Reports
  • More
  • Cancel
  • New
Hardware Tools requires membership for participation - click to join
  • Documents
  • FAQ – Can’t connect to target via emulator after upgrading to CCES 1.1.0
  • FAQ – What does the Status LED on the ICE-1000 and ICE-2000 indicate?
  • FAQ – Why do the higher JTAG/SWD frequencies not work on my emulator?
  • FAQ: Can I use the Stand Alone Debug Agent board with my custom board?
  • FAQ: Can we connect EI3 SDP Breakout Board and New DSP EZ-KITs ?
  • FAQ: Can’t connect to the ADSP-BF592 or ADSP-BF506F EZ-KITs after upgrading to CCES 1.1.0
  • FAQ: Drivers for ADSP Blackfin dev kits for Windows 10
  • FAQ: EZ-KIT licensing
  • FAQ: How do I program flash on my target board using CrossCore Embedded Studio?
  • FAQ: How do you solve "EZ-ICE Driver (Fatal Firmware Error 174)" error?
  • FAQ: How to debug a target board which boots from Flash using CrossCore Embedded Studio
  • FAQ: How to set the JTAG TCLK Frequency?
  • FAQ: I cannot find the Target Configurator or ICE Test Utility in CrossCore Embedded Studio
  • FAQ: I have a faulty Emulator/EZ-Kit. What do I do?
  • FAQ: I have an EZ-KIT Lite, but cannot find any example code in the VisualDSP++ installation. Where are these examples?
  • FAQ: ICE-1000/ICE-2000 detected as an ICE-100B after working with VisualDSP++ 5.1.1
  • FAQ: My application behaves incorrectly when using SDRAM.
  • FAQ: Reading to/Writing From/Loading to SDRAM on older BF533 EZ-KIT Lite with VisualDSP++ 5.0 behaves incorrectly
  • FAQ: Target Connection Errors after writing to flash
  • FAQ: What are Board Support Packages?
  • FAQ: What examples are included in the Board Support Packages and CrossCore® Embedded Studio?
  • FAQ: What is the cause of a "Core fault detected before halt at address" error message?
  • FAQ: What is the difference between an EZ-KIT and EZ-BRD?
  • FAQ: What is the recommended temperature range for your EZ-Kits and Emulators?
  • FAQ: Where can I find more information on the ADSP-BF609 EZ-KIT Lite/EZ-Board
  • FAQ: Where can I obtain information regarding the layout and gerber files of my EZ-Kit board
  • FAQ: Where can I obtain the schematics for the BF537 STAMP board?
  • FAQ: Why do flash contents appear corrupt/incorrect within Memory Window
  • FAQ:  How can I test for faulty connections between my ICE and Target Board?
  • FAQ:  How do you connect to an ADSP-218x EZ-KIT in VisualDSP++ 3.5?
  • FAQ:  What is the cause of the Target Connection Error 0x80004005 or 0x80044005?
  • FAQ:  What is the difference between the ADDS and ADZS part numbers?
  • FAQ:  Where can the revision details of my EZ-KIT board be found?
  • FAQ:  Why are certain portions of my EZ-KIT Lite schematics missing or not shown?
  • FAQ:  Why do the ADSP-218x DSPs have their own EZ-ICE emulator?
  • FAQ:  Why does the ICE Test pass but IDDE cannot connect to target?
  • HARDWARE TOOLS SUPPORT COMMUNITY
  • Introducing the ADZS-ICE-1000 and ADZS-ICE-2000 Emulators

FAQ: Why do flash contents appear corrupt/incorrect within Memory Window

 

Q:

When viewing Flash contents using the Memory Window, I see incorrect values, and duplicates of the expected values. How can I use the Memory Window to view the contents of Flash.

-----------------------------------------------

A:

If the flash is not a Parallel type, or is connected to the bus in some non-conventional way, such as SPI, PPI or Link Port Interface, then you cannot use the Memory Window to view the contents of the Flash. All reads/writes to this type of flash should be done using a suitable interface application (such as a Flash Programmer Driver).

If the flash is a parallel type flash connected to the ASYNC bus, you should be able to use the Memory window to view its contents. However, due to timing and other considerations when accessing flash, you may experience incorrect data, or repeated data in the memory window when viewing Parallel Flash locations.

This is caused by the optimized techniques the Emulator uses to access memory when reading from the target, some of which are incompatible with the access requirements of flash. For Blackfin processors, you can avoid these problems by enabling the option "Do Single Byte Memory Access" under 'Settings:Target Options' within the IDDE.

Note: Enabling this option disables many of the Emulator's optimized access, and will cause the load time of your DXE to increase significantly. For this reason, we recommend disabling 'Do single byte memory access' for general operation, and enable it only when you need to examine the contents of the Flash.

  • idde
  • visualdsp++
  • build_env
  • Share
  • History
  • More
  • Cancel
Comments
Anonymous
  • ADIApproved
    ADIApproved over 9 years ago in reply to gmendes

    Hi Gilberto,

    Unfortunately, no, the only way to reliably read the flash is to disable the optimized memory accesses of the emulator.

    In Update 9 we introduced a 'save' function to the Flash Programmer Utility, which could be used to 'dump' the contents of the Flash to a data file for inspection. This may be of some use - not sure if it will be quicker than examining flash using 'Do single byte memory access', though.

    Regards,

    Craig.

    • Cancel
    • Up 0 Down
    • Reply
    • More
    • Cancel
  • gmendes
    gmendes over 9 years ago

    Do you know ANY other solution? This one slowed a lot my work

    Thanks

    Gilberto

    • Cancel
    • Up 0 Down
    • Reply
    • More
    • Cancel
Related
 
社交网络
快速链接
  • 关于ADI
  • Partners
  • 模拟对话
  • 职业
  • 联系我们
  • 投资信息
  • 新闻中心
  • 质量和可靠性
  • 办事处与代理商
  • Analog Garage
语言
  • English
  • 简体中文
  • 日本語
  • Руccкий
电子快讯

欲获得最新ADI产品、设计工具、培训与活动的相关新闻与文章,请从我们的在线快讯中选出您感兴趣的产品类别,每月或每季度都会发送至您的收件箱。

订阅
Switch to mobile view
Analog Logo
© 1995 - 2021 Analog Devices, Inc. All Rights Reserved 沪ICP备09046653号-1
  • ©
  • 1995 - 2021 Analog Devices, Inc. All Rights Reserved
  • 沪ICP备09046653号-1
  • 网站地图
  • 隐私和保密政策
  • 隐私设置
  • 使用条款
 
Social
Quick Links
  • About ADI
  • Partners
  • Analog Dialogue
  • Careers
  • Contact us
  • Investor Relations
  • News Room
  • Quality & Reliability
  • Sales & Distribution
  • Analog Garage
Languages
  • English
  • 简体中文
  • 日本語
  • Руccкий
Newsletters

Interested in the latest news and articles about ADI products, design tools, training and events? Choose from one of our 12 newsletters that match your product area of interest, delivered monthly or quarterly to your inbox.

Sign Up
Switch to mobile view
Analog Logo
© 1995 - 2021 Analog Devices, Inc. All Rights Reserved 沪ICP备09046653号-1
  • ©
  • 1995 - 2021 Analog Devices, Inc. All Rights Reserved
  • 沪ICP备09046653号-1
  • Sitemap
  • Privacy & Security
  • Privacy Settings
  • Terms of use
EngineerZone Uses cookies to ensure you get the best experience in our community. For more information on cookies, please read our Privacy & Security Statement.