Flathead RVB2601 creative application development] @fxyc87 RVB2601-Qiqiao technology
[Copy link]
My history posts:
[RVB2601 creative application development] @fxyc87 RVB2601 unboxing + hello_world
As the saying goes, sharpening the knife does not delay the chopping of wood, so you can work better only if you get familiar with the environment and adjust it well.
1.Program download and debugging issues
After CDK is installed, the default download program will not run automatically. I tried to download the program several times in the morning, thinking there was a problem. Later, I turned off the power and then turned it on again, only to find that the new program was running.
So it is necessary to set the download to run automatically.
See picture:
Right click on the project directory, and in the Options section, switch to the Flash page.
Check Reset and Run and set it to hard restart. The default soft restart requires setting the address, which is more troublesome
In addition, the Verify check is cancelled to avoid time-consuming downloading.
2. Generate symbols
After the default compilation, when I right-clicked on a function or variable and selected Jump, nothing happened. I thought there was something wrong with the settings and the symbol was not generated. Later, after communicating in the official WeChat group, I learned that the symbol needed to be generated manually.
See picture:
After this operation, it is much more comfortable to view the code.
3. Shortcut keys
There is no shortcut key for viewing symbols by default, you can only right-click, so set this viewing symbol to F12 like MDK, see figure:
4. Font and color
The default one is too uncomfortable. Change the color and write code with ease.
The base image is the original font, and the upper preview is the new font, which feels much more comfortable
Okay, let’s stop here for now.
|