Locale Icon
English
  • Forums

    Popular Forums

    • LTspice
    • Video
    • Power Management
    • RF & Microwave
    • Precision ADCs
    • FPGA Reference Designs

    Product Forums

    • Amplifiers
    • Clocks & Timers
    • Data Converters
    • Direct Digital Synthesis (DDS)
    • Energy
    • Interface and Isolation
    • MEMS Inertial Sensors
    • Power Management
    • Processors & DSP
    • Processors & Microcontrollers
    • Switches & Multiplexers
    • Sensors
    • Voltage References
    View All

    Application Forums

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

    Design Center Forums

    • ACE Evaluation Software
    • ADEF System Platforms
    • Design Tools & Calculators
    • FPGA Reference Designs
    • Linux Software Drivers
    • Microcontroller no-OS Drivers
    • Precision Studio
    • Power Studio Designer
    • Power Studio Planner
    • Reference Designs
    • Robot Operating System (ROS) SDK
    • Signal Chain Designer
    • Software Interface Tools
  • Learn

    Highlighted Webinar

    Fast-Track Certification: Leveraging IC Safety App Notes for Functional Safety Designs

    Stop guessing, start certifying. Learn how to use IC safety application notes to streamline your FMEDA and meet IEC 61508 and ISO 13849 standards with...

    Places

    • ADI Academy
    • ADI Webinars
    • EZ Blogs
    • Video Annex
    • Virtual Classroom

    Libraries

    • 3D ToF Depth Sensing Library
    • Continuous-Wave CMOS Time of Flight (TOF) Library
    • Embedded Vision Sensing Library
    • Gigabit Multimedia Serial Link (GMSL) Library
    • Optical Sensing Library
    • Other Products Library
    • Precision Technology Signal Chains Library
    • Software Modules and SDKs Library
    • Supervisory Circuits Library
    • Wireless Sensor Networks Library
  • Community Hub

    Challenge Yourself!

      New KCC Quiz AQQ299 about Opamp Open Loop Gain and LTspice

      A kind proposal from Al Butvidas 1. Quote of the month: " A good friend calls you in jail. A great friend bails you out of jail. Your best friend sits...

    View All

    What's Brewing

      Read a Blog, Take this Quiz for Another Chance to Win a Gift Card

      Important: Read the blog first . The quiz questions are all based on the content from the blog: The Power Problem Inside Every AI Breakthrough Everyone...

    View All

    Places

    • Community Help
    • Analog Dialogue Quiz
    • Logic Lounge
    • Super User Program

    Resources

    • EZ Code of Conduct
    • EZ How To Help Articles
    • Getting Started Guide
    • ADI: Words Matter
    • Community Help Videos
    View All
  • ContentZone

    Visit ContentZone

    Search content by industry or technology.
    • Blogs
    • Technical Articles
    • Tutorials
    • Videos
    • Webinars
    Your ADI content all in one place.
    View ContentZone

    The Latest Read

    Master FPGA-Based DSP Design: The Complete Building Blocks Guide You Need to Read

    The Engineering Mind Blog on EngineerZone presents an exceptional five-part series titled " DSP Building Blocks " that walks engineers through the essential...

    New Release

    Signal Chain Designer: DC Error Simulation
    Signal Chain Designer: DC Error Simulation

    This video covers the DC error calculation capabilities of Signal Chain Designer. DC error is unique in that often requires calibration and has so many...

    Recent Technical Insights

    Latest Technical Article from Analog.com
    PSM Integration for Enhanced Module Solutions in 48 V Data Centers

    The integration of the LTC2971 into quarter brick solutions for 48 V data centers enhances monitoring, control, and reliability by providing high precision...

EngineerZone
EngineerZone
SigmaStudio for SHARC
  • Log In
  • User
  • Site
  • Search
OR
Ask a Question
SigmaStudio for SHARC
  • Processors & DSP
  • Software & Development Tools
  • SigmaStudio for SHARC
  • Cancel
SigmaStudio for SHARC
Documents How the SigmaStudio schematic source files generated for DemoUc example application in SigmaStudio for SHARC 4.x.x version?
  • Q&A
  • Documents
  • Members
  • Tags
  • Cancel
  • -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

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.

Tags: sigmastudio_for_sharc
  • Share
  • History
  • More
  • Cancel
analog-devices logo

About Analog Devices

  • Who We Are
  • Careers
  • Newsroom
  • What We Do (Signals+)
  • Investor RelationsExternalLink
  • Quality & Reliability
  • Sales and Distribution
  • What's New on Analog.com
  • Contact Us

Find Help

  • Support
  • Resources
  • WikiExternalLink
  • Analog Dialogue
  • ADI Developer PortalExternalLink

myAnalog

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

Go to myAnalog
  • Instagram page
  • Twitter page
  • Linkedin page
  • Youtube page
  • Facebook
  • Legal and Risk
  • Accessibility
  • Privacy Policy
  • Privacy Settings
  • Cookie Settings

©2026 Analog Devices, Inc. All Rights Reserved

analog-devices

About Analog Devices

Down Up
  • Who We Are
  • Careers
  • Newsroom
  • What We Do (Signals+)
  • Investor RelationsExternalLink
  • Quality & Reliability
  • Sales and Distribution
  • What's New on Analog.com
  • Contact Us

Find Help

Down Up
  • Support
  • Resources
  • WikiExternalLink
  • Analog Dialogue
  • ADI Developer PortalExternalLink

myAnalog

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

Go to myAnalog
Instagram page Facebook Twitter page Linkedin page Youtube page
  • Legal and Risk
  • Accessibility
  • Privacy Policy
  • Privacy Settings
  • Cookie Settings

©2026 Analog Devices, Inc. All Rights Reserved