Post Go back to editing

Error: when using export sigmastudio

Hi,

We using sigma studio for sharc version 4.5, and crosscore V2.9.4

After exporting the data from sigmastudio we use the conversion tool exportCodeParam.exe
exportCodeParam.exe "NWC" "MyProject" "SHARC0" "SC5xx"
exportCodeParam.exe "NWC" "MyProject" "SHARC1" "SC5xx"

During the conversion we having sometimes the following error message:

==> Possible Error: Code size is not divisible by 6.

Why we have this error message and how we can resolve this issue?

Sometimes works the conversion tool but not all is exported, 

The table adi_ss_param_SHARC0 is exported but not the follows:

adi_ss_smap_SHARC0
adi_ss_code_SHARC0

What we doing wrong and how we can resolve these issues?

Regards

  • Hi,

    Please try exporting the code and parameter with "SWC" as shown in below example,
    exportCodeParam.exe "SWC" "Volume_Mute_Block_SC589" "IC_1" "SC5xx"
    exportCodeParam.exe "SWC" "Volume_Mute_Block_SC589" "IC_2" "SC5xx"

    You may also refer "A. Utility for formatting Exported data from SigmaStudio" section in "AE_42_SS4G_QuickStartGuide.pdf" document in 
    "C:\Analog Devices\SoftwareModules\SigmaStudioForSHARC-SH-Rel4.5.0\Docs" folder.

    Thanks.