Renesas Solution Starter Kit for RX23W
R20UT4449EG0100 Rev. 1.00
Page 40 of 64
Aug.30.19
5. User Code Integration
In this section, the remaining application code is added to the project. Source files found in the RSSK Web
Installer are copied into the workspace and the user is directed to add code in the user areas of the code
generator files.
Code must be inserted into the user code area within many Smart Configurator-generated files in this project,
these user code areas are delimited by comments as follows:
/* Start user code for _xxxxx_. Do not edit comment generated here */
/* End user code. Do not edit comment generated here */
Where _xxxx_ depends on the particular area of code, i.e. ‘function’ for insertion of user functions and
prototypes, ‘global’ for insertion of user global variable declarations, or ‘include’ for insertion of pre-processor
include directives. User code inserted inside these comment delimiters is protected from being overwritten by
Smart Configurator, if the user subsequently needs to use Smart Configurator to regenerate any of the Smart
Configurator-generated code.
5.1
Project Settings
•
Change the optimization level of the
build configuration 'HardwareDebug'
before building the project. With the
SC_Tutorial project selected, right-
click and select [Properties], or use
the shortcut keys [Alt] + [Enter] to
open the Properties window.
•
Navigate to ‘C/C++ Build -> Settings
->Compiler -> Optimization.
•
Select 'Level 0: Do not perform
optimization' from the Optimization
level pull-down.
•
Press the ‘Apply and Close’ button to
close Properties window.
Содержание RSSK
Страница 64: ...R20UT4449EG0100 RX23W Group ...