Other tips


Wireless easyDSP

Wireless easyDSP is not officially supported by easyDSP but you can build your own wireless easyDSP system by wireless conversion between RS232 RX and TX (for example by using RS232/bluetooth converter). You need to increase the wait-more time upto a few hundreds msec in project setting to accomodate the delay due to wireless communication. With this, for most of MCU and wireless environment, the monitoring of MCU variables would be possible.
But flash programming is another story. First, you need to implement the wireless connection for RESET and BOOT signals. But it is likely to fail in flash programming due to some aspects of bootloader (for example, auto bauding and so on).
Please contact easydsp@gmail.com for detail.

only for MCU flash programming with easyDSP

In case you like MCU flash programming only without using various easyDSP communication features, then please make a easyDSP project with the target output file (for example, *.out file), and go to flashROM menu and program flash. 

Insert new line in command window

Basically, enter-key input in command window means the running of current line command. To insert new line without running command, two methods are supported. One is just clicking the tool bar of new line . The other is 'Ctrl + Enter' key input.

Confirm your assignment command in command window

You can change variable value by assignment commands(=). And then confirm change by clicking the right button of mouse. This action is equal to the tool bar of 'update' .

Save some information on the flashrom

Because easyDSP supports sector erase of flashrom, you can use some sectors of flashrom for booting data and the other sectors for saving your system information.