Analog.com Analog Dialogue Wiki English 简体中文
EngineerZone
EngineerZone
  • Log In
  • Site
  • Search
  • User
  • Support

    Popular Forums

    • RF and Microwave
    • Power Management
    • Video
    • FPGA Reference Designs
    • Precision ADCs
    • Linux Software Drivers
    • SigmaDSP Processors & SigmaStudio Dev. Tool

    Product Forums

    • A2B
    • Amplifiers
    • Analog Microcontrollers
    • Clock and Timing
    • Data Converters
    • Direct Digital Synthesis (DDS)
    • Energy Monitoring and Metering
    • Interface and Isolation
    • MEMS Inertial Sensors
    • Processors and DSP
    • Switches/Multiplexers
    • Temperature Sensors
    • Voltage References
    View All

    Application Forums

    • Audio
    • Automated Test Equipment (ATE)
    • Condition-Based Monitoring
    • Depth, Perception & Ranging Technologies
    • Embedded Vision Sensing Library
    • Motor Control Hardware Platforms
    • Optical Sensing
    • Precision Technology Signal Chains Library
    • Video
    • Wireless Sensor Networks Reference Library

    Design Center Forums

    • ACE Evaluation Software
    • ADEF System Platforms
    • Design Tools and Calculators
    • FPGA Reference Designs
    • Linux Software Drivers
    • Microcontroller no-OS Drivers
    • Reference Designs
    • Signal Chain Power (SCP)
    • Software Interface Tools
    • System Demonstration Platform (SDP) Support
  • Learn

    Highlighted Webinar

    Multidimensional Simulations of Beamformers and other RF Integrated Circuits in Keysight SystemVue

    Recent Discussions

    • ADALM-PLUTO maximum frequency
    • Issue running built programs on Pluto
    • Activity: Simple Op Amps, For ADALM1000 Fig. 1.3 Buffering example
    • ADALM-PLUTO [NETWORK] vs [USB_ETHERNET]
    • Using buffer size different from 2**n

    Places

    • ADI Education Home
    • ADI Education China
    • ADI Education India
    • ADI Education Philippines
    • StudentZone (Analog Dialogue)
    • Virtual Classroom

    Latest Webinars

    • Multidimensional Simulations of Beamformers and other RF Integrated Circuits in Keysight SystemVue
    • Improve Smart Building Energy Efficiency with Industrial Ethernet Controlled Air Conditioning (HVAC) Systems
    • Sustainable Motion Control Solutions for High Performance Servo Drives
    • Audio Design Solutions for Augmented and Virtual Reality (AR/VR) Glasses
    • Robust Industrial Motor Encoder Signal Chain Solutions
    View All Webinars
  • Community Hub

    Challenge Yourself!

      KCC's Quizzes: AQQ 236 about strange marking on airplane engines
    View All

    Places

    • Community Help
    • Logic Lounge

    Resources

    • EZ Code of Conduct
    • Getting Started Guide
    • ADI: Words Matter
    • Community Help Videos
    View All
  • Blogs

    Highlighted Blogs

    Can LTspice Break Physics?

     

    Crawl, Walk, And Run - The Journey To Create The Phaser

    Latest Blogs

    • Hardware Holds The Key To Making Industrial Systems IEC 62443 Compliant
    • Behind the Scenes of DIYRadio Blogs: An Introduction
    • Empowering Surveillance Cameras To Capture A Scene Without Being Heard
    • Mastering The Metrics Makes Specifying Encoders Simpler
    • Understanding Secret Key Cryptography Without Formulas
    Read All Blogs

    ADI Blogs

    • EZ Spotlight
    • The Engineering Mind
  • Partners

    Electronic Design Services - PartnerZone

    • Boston Engineering
    • Calian, Advanced Technologies
    • Colorado Engineering Inc. (DBA CAES AT&E)
    • Clockworks Signal Processing
    • Epiq Solutions
    • Fidus
    • PalmSens
    • Richardson RFPD
    • Tri-Star Design, Inc.
    • VadaTech
    • Vanteon
    • X-Microwave
    View All
SigmaStudio for SHARC
  • Processors and DSP
  • Software and Development Tools
  • SigmaStudio for SHARC
  • Cancel
SigmaStudio for SHARC
Documents FAQ: How the SigmaStudio schematic source files generated for DemoUc example application in SigmaStudio for SHARC 4.x.x version?
  • Q&A
  • Documents
  • Members
  • Tags
  • More
  • Cancel
  • -FAQ: How the SigmaStudio schematic source files generated for DemoUc example application in SigmaStudio for SHARC 4.x.x version?
    • WELCOME TO THE SIGMASTUDIO FOR SHARC SUPPORT COMMUNITY
  • +SigmaStudio for SHARC: FAQ

FAQ: How the SigmaStudio schematic source files generated for DemoUc example application in SigmaStudio for SHARC 4.x.x version?

SigmaStudio for SHARC DemoUc Application SigmaStudio Schematic File Generation:

  1. Import the DemoUc applications Cross Core Embedded Studio (CCES) project with corresponding CCES version mentioned in the release note or the later version.
  2. Clean and compile the Project in Debug/Release build mode.
  3. Open the SigmaStudio (SS) schematic which needs to be added with DemoUc application.
  4. Select the SHARC core DXE’s in the SigmaStudio schematic which is recently built in CCES.
  5. Just do “clean link compile download”.
  6. Export the SigmaStudio schematic files using “Export System Files”.
  7. Copy the “exportCodeParam.exe” to the folder where the SS schematic files are exported. The executable file available in “C:\Analog Devices\SoftwareModules\SigmaStudioForSHARC-SH-Rel4.7.0\Target\utilities\exportCodeParam” folder.
  8. Run the schematic source file generation command in windows command line from where the exported files present.

Command for schematic file generation to SHARC0:
exportCodeParam.exe “SWC” “Volume_Mute_Block_SC5xx” “IC_1” “SC5xx”
Command for schematic file generation to SHARC1:
exportCodeParam.exe “SWC” “Volume_Mute_Block_SC5xx” “IC_2” “SC5xx”

Please note that the schematic exported file name and the file name mentioned in the above command should match for generating schematic source files.

For SigmaStudio schematic source file generation please refer section “A. Utility for formatting Exported data from SigmaStudio” in “AE_42_SS4G_QuickStartGuide.pdf” available in SigmaStudio for SHARC installation folder “C:\Analog Devices\SoftwareModules\SigmaStudioForSHARC-SH-Rel4.7.0\Docs”.

  1. Rename the generated files to match with the files which already included in the default DemUc application. Copy and replace the generated source files into DemoUc application folder “C:\Analog Devices\SoftwareModules\SigmaStudioForSHARC-SH-Rel4.7.0\Target\Examples\DemoUc\ADSP-SC58x\Source”.
  2. Repeat the steps 2 to 9 once again, which is required to match the memory allocation done with the newly generated schematic source.
    Please note, the repeating source file generation should be followed every time if there is a change in target application or SigmaStudio schematic application.
  3. Now refer to section “7.1.1 DemoUc application for ADSP-SC5xx” in “AE_42_SS4G_QuickStartGuide.pdf” available in SigmaStudio for SHARC installation folder “C:\Analog Devices\SoftwareModules\SigmaStudioForSHARC-SH-Rel4.7.0\Docs” to run the DemoUc application.
  4. For running the DemoUc application with customized schematic, please refer to section “7.2 Running the DemoUc application with a custom schematic” in “AE_42_SS4G_QuickStartGuide.pdf” available in SigmaStudio for SHARC installation folder “C:\Analog Devices\SoftwareModules\SigmaStudioForSHARC-SH-Rel4.7.0\Docs”.

    Note: The framework memory allocation may vary depends on CCES version what is used(If not same as the one mentioned in release notes), so the framework memory needs to be adjusted for running the application. The “adi_ss_arm_fw_Create()” function, the below line for “sizeof(tSSARMFWInfo)” will gives the size of memory needed for running the application.

The framework memory size can be updated in “adi_ss_fw_config.h” file under “C:\Analog Devices\SoftwareModules\SigmaStudioForSHARC-SH-Rel4.7.0\Target\Examples\Framework\Include” folder with “ADI_SS_CONTROL_FW_ARM_MEMORY” macro.

  • sigmastudio_for_sharc
  • Share
  • History
  • More
  • Cancel
Social
Quick Links
  • About ADI
  • ADI Signals+
  • Analog Dialogue
  • Careers
  • Contact us
  • Investor Relations
  • News Room
  • Quality & Reliability
  • Sales & Distribution
  • Incubators
Languages
  • English
  • 简体中文
  • 日本語
Newsletter

Interested in the latest news and articles about ADI products, design tools, training and events? Subscribe today!

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