Chengdu Ebyte Electronic Technology Co., Ltd.
E32-900MBL-1 User Manual
Copyright © 2012–20 21 , Chengdu Ebyte Electronic Technology Co., Ltd.
7
2.2 IAR project
Matter
Explanation
Structure
Use IARF or STM8 development environment to open the project and you can see the basic
structure
Switch
workspace
The global macro definition and file path are defined in the C/C++ Compiler option, which
are used to distinguish the driver files of different modules. When switching workspaces,
different macro definitions will be used to switch driver files of different modules
“Exclude from build” attribute of Drivers/Ebyte/RF has been changed, that is, select the target
module driver folder to participate in the compilation process. Changed the Additional
include in the project C/C++ Compiler, that is, specifying the module driver file path.
Changed the Defined symbols in the project C/C++ Compiler, that is, defined the global
macro definition to help configure the module driver properties.