Return to previous page | Return to menu | Go to next page
-
SCSP / DSP / Linker error messages
-
● Problems with DSP algorithm
- No module.
- There are no modules in the algorithm edit window.
- Cannot use Coef table when ring buffer is '64k'.
If the - ring buffer size is set to 64k, the coefficient table cannot be used.
- COEF overflow.
As a result of linking all modules included in the - algorithm, the required number of DSP coefficient data has exceeded the allowable number (64), so processing was stopped. Change the algorithm of the DSP program.
- ADRS overflow.
As a result of linking all the modules included in the - algorithm, the required number of DSP address constant data exceeded the allowable number (32), so processing was stopped. Change the algorithm of the DSP program.
- PROG overflow.
As a result of linking all modules included in the - algorithm, the number of required steps in the program exceeded the allowable number (128 steps), so the processing was canceled. Change the algorithm of the DSP program.
- Ring buffer too small.
- The link processing was canceled because the ring buffer size setting on the Linker is smaller than the total ring buffer usage of the modules included in the algorithm. Change the ring buffer size setting on the Linker, or change the DSP program algorithm.
- The number of MODULATOR is not specified.
- The modulator number is not set for the module that requires the input of the modulator signal.
- Outport of IN module unconnected.
- The output side of the “IN” module is not connected. Be sure to connect it.
- Unconnected module exists.
- There is a module that is not properly connected. All input ports must be connected to one of the output ports.
Return to previous page | Return to menu | Go to next page