background image

 

 

Right click on the 

FlashLEDs();

 function and 

select ‘Go to cursor’. 

 

The code will execute to the selected line and stop. An automatic breakpoint was inserted in the code and then removed after calling the 

break. 

 

Press ‘Step Over’ on the Debug Tool Bar. 

 

The code will run and flash the LEDs 200 times. The debugger will not exit until all 200 flashes have completed or a button is pressed on the 

board 

 

To stop the LEDs flashing press the SW1 button on the board to exit the 

FlashLEDs()

 function. 

The code will run to the breakpoint we previously set on the TimerADC function, note that the yellow PC arrow will now be superimposed 

on the breakpoint indicator, this conforms the breakpoint has been reached. 

The TimerADC function initialises an interrupt on an available internal timer. On a compare match in the timer module an interrupt is 

generated. In the TimerADC code the interrupt reads the last ADC conversion from the external potentiometer and uses the result to set the 

next compare match value. The ADC conversion is then re-started. 

The interrupt initialisation is completed as part of the hardware setup. This is contained in the file ‘interrupts.c’. 

 

Open the file ‘interrupts.c’ by double clicking on the file in the Workspace window. 

 

Review this file and find the interrupt function that changes the LED pins; 

TimerA0Handler(void)

 

Set a breakpoint on the line where the LED pins are modified. 

 

Press <Go> or <F5> to run the code from the current 

PC position. 

 

The code will stop in the interrupt routine. It is now possible to step through the interrupt function. 

 

Remove the breakpoint in the interrupt by double clicking again before exiting the function. 

 

Press <Go>to run the code from the current PC 

position. 

 

The code will now run to the infinite loop at the end of Main. The user LEDs should now be flashing. You can modify the flashing rate by 

adjusting the potentiometer on the board. 

 

11 

Содержание M16C/26A

Страница 1: ...ok over all the business of both companies Therefore although the old company name remains in this document it is a valid Renesas Electronics document We appreciate your understanding Renesas Electron...

Страница 2: ...t for an application categorized as Specific or for which the product is not intended where you have failed to obtain the prior written consent of Renesas Electronics The quality grade of each Renesas...

Страница 3: ...Renesas Starter Kit for M16C 26A Tutorial Manual User s Manual Rev 4 00 2007 10 RENESAS 16 BIT SINGLE CHIP MICROCOMPUTER M16C FAMILY M16C Tiny SERIES...

Страница 4: ...uration 5 4 3 2 Debug Session 5 Chapter 5 Building the Tutorial Project 6 5 1 Building Code 6 5 2 Connecting the debugger 7 5 3 Connecting to the target with the E8a 7 Chapter 6 Downloading and Runnin...

Страница 5: ...stered trademarks of their respective companies or organisations Copyright Renesas Technology Europe Ltd 2007 All rights reserved Renesas Solutions Corporation 2007 All rights reserved Renesas Technol...

Страница 6: ...d demonstrating code suitable for release in a product Files referred to in this manual are installed using the project generator as you work through the tutorials The tutorial examples in this manual...

Страница 7: ...onfiguration menu in High performance Embedded Workshop allows the project to be configured such that certain files may be excluded from each of the build configurations This allows the inclusion of t...

Страница 8: ...e from the File New Workspace menu or select Create a new project workspace when presented with the Welcome dialog The example above shows the New Project Workspace dialog with the RSKM16C26A selected...

Страница 9: ...ns two build configurations and two debug sessions The Build Configuration allows the same project to be built but with different compiler options The options available to the user are described fully...

Страница 10: ...ions on each of the tabs and Category drop down lists to be aware of the options available When complete close the dialog box by clicking OK There are three short cuts available for building the proje...

Страница 11: ...lies above J1 Insure all the pins of the connector are correctly inserted in the socket Connect the E8a debugger to the USB port on your computer Connect the E8a Debugger to the target hardware ensur...

Страница 12: ...ox Debugging of program that uses WDT is not checked Click Next Only Single Chip Mode is available Clear PM10 b0 of 000005H is 1 Click Finish The Flash Memory write program is downloaded The Output wi...

Страница 13: ...ht click on the download module listed and select Download On completion the debugger and code are ready to be executed To start debugging we need to reset the debugger and target Press Reset CPU on t...

Страница 14: ...int Alternatively set an eventpoint by clicking in the column to the left of the breakpoint column Up to 6 eventpoints can be set Eventpoints do not require programming the flash memory and thus are f...

Страница 15: ...In the TimerADC code the interrupt reads the last ADC conversion from the external potentiometer and uses the result to set the next compare match value The ADC conversion is then re started The inte...

Страница 16: ...LED test Press Step In on the Debug Tool Bar It is possible to monitor variables during debugging of the code To set up a watch on a variable place the mouse over the variable If the variable is avai...

Страница 17: ...unction call after the loop and select Go to cursor This shows that the variable was initialised at program start up and can be overwritten with TESTTEST You have now run the tutorial code and used ma...

Страница 18: ...text describing the function of each code entry Please refer to the source code for greater detail on the purpose and operation of the compiler specific details 7 1 1 Initialisation code resetprg c r...

Страница 19: ...up h There are four common stages to the configuration of the microcontroller device The code to demonstrate this is therefore split into four functions Each function is written specifically for the d...

Страница 20: ...is common to all tutorial projects The display initialisation and string display functions operate on the LCD display module Check compatibility with ks0066u controller and pin connection on the schem...

Страница 21: ...ation available for this product can be found on the Renesas website at www renesas com renesas_starter_kits General information on Renesas Microcontrollers can be found at the following website Globa...

Страница 22: ...blication Date Rev 4 00 Oct 22 2007 Published by Renesas Technology Europe Ltd Dukes Meadow Millboard Road Bourne End Buckinghamshire SL8 5FH UK 2007 Renesas Technology Europe Ltd Renesas Solutions Co...

Страница 23: ...1753 Shimonumabe Nakahara ku Kawasaki shi Kanagawa 211 8668 Japan Renesas Starter Kit for M16C 26A REG10J0041 0400 Tutorial Manual...

Отзывы: