Помощь - Поиск - Пользователи - Календарь
Полная версия этой страницы: EW430 V4.11B
Форум разработчиков электроники ELECTRONIX.ru > Микроконтроллеры (MCs) > MSP430
zltigo
IAR обновился. Версия лицензии, как всегда, увеличилась на 1, но вылезла за 3 символа, посему надо сместить строчку влево на один символ и дополнительно подправить байтик по смещению 0x30110 с 0x88 на 0x87.
Надеюсь все поняли smile.gif Дополнительних разъяснений не будет :E
Код
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.
rezident
Работает вроде. И новая версия IDE и волшебный ключик, слегка подпиленный в соответствии с инструкцией. Спасибо!
rezident
Дистриб и пилюля уже в аплоаде.
shasik
Вопрос: что это сообщение означает?
Нажмите для просмотра прикрепленного файла

Проект собирался под IAR v4.10 - Ok.
Под v4.11 наблюдается такое.

Ошибка возникает только при уровне оптимизации High на Speed или Balanced.
Ошибка "глобальная", т.е. если на нее потыкать в окне message'й, ни одна строка кода не подсвечивается.
msalov
Похоже что ошибка в самом компиляторе/линкере
В таких случаях пишут письма в суппорт smile.gif
Для просмотра полной версии этой страницы, пожалуйста, пройдите по ссылке.
Invision Power Board © 2001-2025 Invision Power Services, Inc.