Return to previous page | Return to menu | Go to next page
-
Menu structure
FileMenu
- Open...
Select the assembled (executable) DSP program from the standard file dialog and download it to SCSP. Only the DSP program executable file (extension ".EXC") created with the SCSP / DSP assembler "dAsms" can be handled by pEdit.
Save
Saves the DSP program modified with pEdit in the executable format without changing the file name.
SaveAs...
Saves the DSP program modified with pEdit in the executable format after setting a new file name from the standard file dialog.
RevertToSaved
Returns the parameter currently being edited to the state before editing (when it was last saved).
Close
Finish editing the currently open DSP program. If the parameter has been changed and not saved, it will ask if you want to save. When Close is executed, the internal data is discarded on the pEdit side, but the program and data on the DSP hardware are not cleared.
Quit
EditMenu
- Find
Searches for the symbol name of the coefficient and address defined in the DSP program. For details on the Find function, see “Find Function” below.
WindowMenu
- Address
Opens the edit window for address constants that DSP uses to access external memory.
Coef
Opens the coefficient edit window used by DSP for computation.
Return to previous page | Return to menu | Go to next page