Надеюсь все поняли

Код
New features
Multi file compilation
It is now possible to use the IDE to define compilaton units with multiple files which will be compiled together resulting in a single compiler output file. For more information, see User guide corrections.
visualSTATE build integration
visualSTATE design projects can now be included in an IAR Embedded Workbench project. This enables the code generation facility of visualSTATE to be run automatically when needed as part of the normal IAR Embedded Workbench build chain.
Known problems
EW19886: If you move your Embedded Workbench project, you must not break any paths to source files that have been added to it. Therefore, remember to move all added source files located on the same drive as the project file.
EW19864: The following code causes the Go to function button to malfunction:
#ifdef SOMETHING
if (condition_1) {
#elif
if (condition_2) {
#endif
EW17444: When a workspace is created on a computer with a source code control system installed, the SCC information is stored in the workspace file (.eww). This causes problems if the workspace is moved to a computer without SCC.
The only way to remove the information related to the source code control system is edit the .eww file.
EW16325: The IDE may crash under WinXP if the user logs out while the IAR Embedded Workbench is running.
EW16126: If a file is moved between two source groups in the Workspace window using drag and drop, the moved file is not selected after the move operation. Instead a file in the first group becomes selected.
EW15459: Remarks from the compiler are not displayed in the summary of errors/warnings on compiler level in the message window even if remarks are enabled. However they are counted as warnings on the project level.
IAR Embedded Workbench IDE - Known problems.
Program corrections
EW20128: Modulo operator with divisor 0 within preprocessor directives could cause IAR Embedded Workbench to terminate abnormally. This has been corrected.
EW19981: When position independent code is selected and switching to a 430X core, position independent code will now be unselected.
EW19879: The Embedded Workbench IDE could terminate abnormally if the application JAWS from Freedom Scientific was running concurently. This has been corrected.
EW19805: A preprocessor directive in the form of #define X(y) #x could cause abnormal termination of IAR Embedded Workbench. This has been corrected.
EW19778: A problem with keeping user-defined key bindings has been corrected.
EW19736: The option --core=430X will now be inherited when "override inherited settings" are selected in the C/C++ compiler options.
EW19712: Floating windows placed on the secondary monitor outside the IAR Embedded Workbench IDE main window will now be centered on the primary monitor if moving from a system with two monitors.
EW19691: The files msp430x47x.h and msp430x47x4.h have been added.
EW19688: A source line containing only #define and nothing more could cause the IAR Embedded Workbench IDE to exit abnormally. This has been corrected.
EW19641: The linker command files for MSP430X architecture devices allocated the constant data (DATAxx_C) segments before the CODE segments. This caused a problem if the const segments where larger than 64k since the CSTART and ISR_CODE segments was placed above 0x10000.
EW19596: The pragma directive #warning is now correctly highlighted by the text editor.
EW19467: The text editor now reloads externally modified files correctly.
Multi file compilation
It is now possible to use the IDE to define compilaton units with multiple files which will be compiled together resulting in a single compiler output file. For more information, see User guide corrections.
visualSTATE build integration
visualSTATE design projects can now be included in an IAR Embedded Workbench project. This enables the code generation facility of visualSTATE to be run automatically when needed as part of the normal IAR Embedded Workbench build chain.
Known problems
EW19886: If you move your Embedded Workbench project, you must not break any paths to source files that have been added to it. Therefore, remember to move all added source files located on the same drive as the project file.
EW19864: The following code causes the Go to function button to malfunction:
#ifdef SOMETHING
if (condition_1) {
#elif
if (condition_2) {
#endif
EW17444: When a workspace is created on a computer with a source code control system installed, the SCC information is stored in the workspace file (.eww). This causes problems if the workspace is moved to a computer without SCC.
The only way to remove the information related to the source code control system is edit the .eww file.
EW16325: The IDE may crash under WinXP if the user logs out while the IAR Embedded Workbench is running.
EW16126: If a file is moved between two source groups in the Workspace window using drag and drop, the moved file is not selected after the move operation. Instead a file in the first group becomes selected.
EW15459: Remarks from the compiler are not displayed in the summary of errors/warnings on compiler level in the message window even if remarks are enabled. However they are counted as warnings on the project level.
IAR Embedded Workbench IDE - Known problems.
Program corrections
EW20128: Modulo operator with divisor 0 within preprocessor directives could cause IAR Embedded Workbench to terminate abnormally. This has been corrected.
EW19981: When position independent code is selected and switching to a 430X core, position independent code will now be unselected.
EW19879: The Embedded Workbench IDE could terminate abnormally if the application JAWS from Freedom Scientific was running concurently. This has been corrected.
EW19805: A preprocessor directive in the form of #define X(y) #x could cause abnormal termination of IAR Embedded Workbench. This has been corrected.
EW19778: A problem with keeping user-defined key bindings has been corrected.
EW19736: The option --core=430X will now be inherited when "override inherited settings" are selected in the C/C++ compiler options.
EW19712: Floating windows placed on the secondary monitor outside the IAR Embedded Workbench IDE main window will now be centered on the primary monitor if moving from a system with two monitors.
EW19691: The files msp430x47x.h and msp430x47x4.h have been added.
EW19688: A source line containing only #define and nothing more could cause the IAR Embedded Workbench IDE to exit abnormally. This has been corrected.
EW19641: The linker command files for MSP430X architecture devices allocated the constant data (DATAxx_C) segments before the CODE segments. This caused a problem if the const segments where larger than 64k since the CSTART and ISR_CODE segments was placed above 0x10000.
EW19596: The pragma directive #warning is now correctly highlighted by the text editor.
EW19467: The text editor now reloads externally modified files correctly.