uPSD3300 Series Design Guide for DK3300-ELCD Using KEIL
Figure 15. Variable Watch Window
5.7 Code Iteration
■ Make this code change in Flash memory.
■ Close the Debugger by clicking on
(this is same icon that “starts” the Debugger).
■ Now you are in the editor. Go to file pwm_adc.c by clicking on its file tab and change the
following C code statement from Ö.
printfLCD(“PWM to ADC DEMO“); to
printfLCD(“PWM - ADC DEMO“);
■ Click “Build All” to recompile and rebuild the program.
■ Start the Debugger by clicking
Flash memory.
“Start/stop Debugger ” to re-program this new code into
■ Click
“Run” and see that the LCD display now shows “PWM - ADC DEMO “
■ Go back to the editor. Go to file pwm_adc.c and change text back to original
printfLCD(“PWM to ADC DEMO”)
■ Click “Build All” to recompile and rebuild the program.
■ Load the program in device by clicking on
Flash memory
“LOAD” to re-program this new code into
24/68
1