Содержание
- Handling the ‘Collecting information’ message
- Technical Note 84855
- Introduction
- Discussion
- Collecting information
- Actions to try
- Put the IAR Embedded Workbench in focus
- Check on progress
- A – Compile all files
- B – check #include
- C – Argument file access
- Background
- Conclusion
- Controlling Custom Build execution
- Technical Note 83760
- Introduction
- Discussion
- Background
- Solution for IDE versions 7.1.5 to 8.x.x
- Possible solution for older IDE versions
- Conclusion
- Troubleshooting the Embedded Workbench IDE
- Technical Note 200127
- Introduction
- Discussion
- Suggested steps:
- From the documentation:
- Conclusion
- IAR Failed to generate browse indexing file, paths are too long
- 1 Answer 1
- IAR Embedded Workbench cannot find files, Pe1696, even though it is searching for them
Handling the ‘Collecting information’ message
Technical Note 84855
Introduction
This technical note give advice on situations where the Source browser continue to collect information.
Note: This Technical Note only applies to IAR Embedded Workbench versions where the file commonbinSourceIndexer.exe can be found in your installation directory.
Discussion
When the Source browser continue to collect information, the Source browser-based functionality cannot be used. For example, these features cannot be used:
- Go to definition/declaration of
- Find all references to
- Completion
- List of symbols in Source browser window
Collecting information
The situation can be detected in the Source browser window, where the text ‘Collecting information’ is shown, without apparent progress.
Note: The Source Browser window can be opened from the View menu in the IAR Embedded Workbench.
Actions to try
Put the IAR Embedded Workbench in focus
Ensure that IAR Embedded Workbench is in the foreground, that is, being the active application.
Check on progress
Look for generated .pbi files and check their modification dates (look in Obj ). There might be progress, even if it is slower than expected.
Factors affecting speed include, but is not limited to, the following:
- IAR Embedded Workbench not in foreground (see above).
- Slow file access (for example: network disk, USB memory, intrusive virus protection).
- Number of files to collect information from.
- Size of files to collect information from.
- Load on used PC
If the Source browser still collect information, consider the following three issues:
A – Compile all files
Perform Clean and Rebuild all, as that makes sure that old (possibly corrupted) .pbi files are deleted and replaced with newly collected .pbi files.
B – check #include
The Source Browser may not accept trailing white-spaces or trailing dots in the code, for example:
#include «DriveInterCom.h.» // trailing dot
#include «stm32f2xx_conf.h » // trailing white-space
C – Argument file access
The source indexer application ( . commonbinSourceIndexer.exe ) accepts arguments via a file named command.xcl .
If access to command.xcl and/or the directory is not available for some reason (for example, inappropriate privileges, file already open, inappropriate value of TEMP ) information collection will not proceed as intended.
This file can be found in the Obj directory.
Note: Older Source browser versions stored the command.xcl file in the directory pointed out by the environment variable TEMP .
Background
It is expected that changes in a project are mostly incremental, thus allowing the source browser to unobtrusively collect the needed information.
Cases when more extensive information collection is required include:
- The first time a big project is built.
- After a Project > Clean.
- After a Project > Rebuild all.
Conclusion
The suggestions above will improve the working conditions for the Source Browser.
If the message ‘Collecting information’ persists, contact support and explain which of the actions (at the heading ‘actions to try’) that you have taken.
All product names are trademarks or registered trademarks of their respective owners.
World leader of software and services for embedded systems development.
Источник
Controlling Custom Build execution
Technical Note 83760
11/13/2020 4:36 PM
Introduction
The generic feature named Custom Build can give unexpected results, such as messages about missing files.
Discussion
When Custom Build is not working as expected, typically files generated by the tool (invoked by Custom Build) are reported as missing. For example:
Background
The reason is that the project build engine executes the Custom Build tool in parallel with the compiler and the assembler. Thus, files used when compiling might be missing (for example a header file), files that the Custom Build tool will be generating.
Solution for IDE versions 7.1.5 to 8.x.x
In order to make sure that the tool called from Custom Build executes before any files are compiled, select the option Run this tool before all other tools.
There are also situations where it is desirable to run the Custom Build tool prior to linking. In IDE versions up to 8.x.x that is not possible. (For such situations, build from the command line.)
Possible solution for older IDE versions
Rename the files that the Custom Build tool invokes and then force the project dependencies to be rebuilt.
- Change the filename of the input files to be alphabetically sorted before all C, C++, and assembler source files. (For example, a file named input.xxx can be renamed to _input.xxx to be sorted first alphabetically.)
- Choose Project>Clean (This removes the .dep file and forces the project dependencies to be rebuilt.)
- Choose Project>Make
Steps 2 and 3 must be repeated twice (or more times), so that the dependency file (extension .dep) will be properly rebuilt.
Conclusion
In IDE versions 7.1.5 to 8.x.x, Custom Build can run prior to compilation.
For IDE versions older than 7.1.5, this technical note gives a possible solution.
All product names are trademarks or registered trademarks of their respective owners.
World leader of software and services for embedded systems development.
Источник
Troubleshooting the Embedded Workbench IDE
Technical Note 200127
Introduction
This technical note gives general suggestions on troubleshooting the IDE when it isn’t responding as expected. It also lists some situations where this advice is helpful.
Discussion
Inconsistent or corrupt project files can produce symptoms as follows.
- The IAR Embedded Workbench no longer starts after an abnormal termination (for example after a power outage).
- Go to definition does not go there.
- Source browser information is not available/can’t be generated
- Debugging does not work as expected
Are any of these descriptions close to the current situation for your project? If so, please read below about the suggested actions.
Suggested steps:
- Ensure no instance of IAR Embedded Workbench is open.
- Make a backup of important & relevant parts of your project.
— Perhaps by copying to a new location, or to a zip-file
— Depending on your situation it may be most convenient to copy all of it. - Remove all files in:
— object code folder(s) such as $PROJ_DIR$DebugObj
— settings folder(s) like $PROJ_DIR$settings and $WS_DIR$settings
— temporary folder(s) %Temp% or C:Users AppDataLocalTemp - Reboot the computer
- Try starting the IAR Embedded Workbench again.
From the documentation:
At the menu Help > IDE Project Management and Building Guide, in the chapter File types (below the table) is there this description:
‘. When you run the IDE, some files are created and located in dedicated directories under your project directory, by default $PROJ_DIR$Debug , $PROJ_DIR$Release , $PROJ_DIR$settings . None of these directories or files affect the execution of the IDE, which means you can safely remove them if required. ‘
Conclusion
The suggested steps have helped in a number of situations where project files are inconsistent or corrupt.
All product names are trademarks or registered trademarks of their respective owners.
World leader of software and services for embedded systems development.
Источник
IAR Failed to generate browse indexing file, paths are too long
I’m observing these errors in Source Browser Log in IAR Embedded Workbench 9.20.1 when opening my project Logs: Source Browse Log created. Launching source browser The browse files cannot be generated at /../ , paths are too long. Please move the browse info folder. Failed to generate browse indexing file.
Is there any solution for this problem, knowing that I don’t had this error using older version of IAR.
This error appear when opening the project. Fatal error while generating source browse information.
1 Answer 1
The Source Browser settings have changed in the later IDEs (v9+).
Earlier versions of the IDE had their Source Browser information stored in the «Object Output Directory» ( $OBJ_DIR$ , set in the Project Options → General Options → Output Directories → Object files ).
In general, this would mean (e.g., for the Debug configuration):
In which any argument variables ( $xxxxx$ ) would expand into the corresponding full path name.
In v9+ IDEs, the Source Browser output offers a specific setting for «Browse files» (defaults to «Debug/BrowseInfo») in the same project options page. Effectively, the setting will point to:
This means that, the full path name resulting from the argument variable expansion also becomes longer and, depending on how deeply the project files are stored in the file system, might end up exceeding the maximum allowed resulting path length (
One workaround might be to use the User’s temporary folder ( %TEMP% ) for storing these generated files. In order to express the Windows environment settings in the IDE, the variable must be expressed as $_TEMP_$ .
One example for settting the «Browse files» field (Originally DebugBrowseInfo ):
Or any other variation that would make sense for keeping the resulting full path from exceeding the operating system’s limitations.
After changing the parameter, Project → Clean Browse Info can discard the previous information and recreate the index.
More on the IDE’s Argument Variables can be found here.
Источник
IAR Embedded Workbench cannot find files, Pe1696, even though it is searching for them
I am using IAR Embedded workbench 5.51 for MSP430. I am using C99.
I am trying include code from a third party library. I have copied the directory structure of this third party library exactly within a sub-directory in my main project directory. However, when I try to compile I get a bunch of
Fatal Error[Pe1696]: cannot open source file «ThirdPartyLib/Subdir/file.h»
However in the log IAR shows:
searched: «C: . bla bla bla . SourceThirdPartyLibSubdir»
The include statements in each of the source files in this library are all like:
I have attempted to add the path to the C preprocessor by going to:
Project -> Options -> C/C++ Compiler -> Preprocessor
and adding the lines:
I do not have «Multi-file Compilation» checked.
All of the source files in question have been added to the project. I have created groups to mimic the directory structure of the library.
The problem goes away if I change the paths from absolute paths to relative paths such as
But I am dealing with a large number of files and want to modify them as little as possible.
I have never had an issue with this before — does anyone have any idea why this would happen. Is there a simple fix for this so I do not have to scrub every include statement in every c file?
This is essentially what my directory tree looks like:
- Source
- Debug
- Exe
- Output.d43
- List
- blabla.map
- Obj
- .
- Exe
- Release
- .
- settings
- .
- ThirdPartyLib
- Subdir
- . Third Party Code Files Live Here .
- Utils
- . More Third Party Code Files Live Here .
- Subdir
- . My Code Lives Here, Along with the EWP, EWW, etc .
- Debug
EDIT #2: I moved the directory of ThirdPartyLib up a level, because I run doxygen recursively on /Source/ and I realized that it takes doxygen FOREVER, and plus the library has its own API.
Anyway, here is what the structure looks like now:
- Working Copy
- Source
- Debug
- Exe
- Output.d43
- List
- blabla.map
- Obj
- .
- Exe
- Release
- .
- settings
- .
- . My Code Lives Here, Along with the EWP, EWW, etc .
- Debug
- ThirdPartyLib
- Subdir
- . Third Party Code Files Live Here .
- Utils
- . More Third Party Code Files Live Here .
- Subdir
- Source
I have added a group back to my project for ThirdPartyLib with two subgroups SubDir and Utils, and added all of the files from the Subdir and Utils directories to the corresponding subgroups.
Now I have tried to compile this again, and again i am faced with the Pe1696 errors. IAR says:
Yet it is still not finding the files.
I referred to this post: http://e2e.ti.com/support/low_power_rf/f/155/t/110195.aspx I am not sure it is completely relevant, because the directories I am including don’t seem to have ‘fallen out’. IAR is clearly searching for the files.
But I tried anyway to add the following lines to the preprocessor
This does not seem to help. I get these additional lines in the message log:
Edit #3 I tried moving the EWW/EWP up a level to «Working Copy» and then readded all of the groups and all of the files. no dice. I am lost here. The part that is most frustrating is that the same library is implemented in another project that was done by some former developers and I am trying to include it the same way. I know this is going to be something trivial, I just don’t know what.
Источник
Technical Note 83760
Updated:
11/13/2020 4:36 PM
Introduction
The generic feature named Custom Build can give unexpected results, such as messages about missing files.
Discussion
When Custom Build is not working as expected, typically files generated by the tool (invoked by Custom Build) are reported as missing. For example:
Fatal Error[Pe1696]: cannot open source file [...]
Background
The reason is that the project build engine executes the Custom Build tool in parallel with the compiler and the assembler. Thus, files used when compiling might be missing (for example a header file), files that the Custom Build tool will be generating.
Solution for IDE versions 7.1.5 to 8.x.x
In order to make sure that the tool called from Custom Build executes before any files are compiled, select the option Run this tool before all other tools.
There are also situations where it is desirable to run the Custom Build tool prior to linking. In IDE versions up to 8.x.x that is not possible. (For such situations, build from the command line.)
Possible solution for older IDE versions
Rename the files that the Custom Build tool invokes and then force the project dependencies to be rebuilt.
- Change the filename of the input files to be alphabetically sorted before all C, C++, and assembler source files. (For example, a file named
input.xxxcan be renamed to_input.xxxto be sorted first alphabetically.) - Choose Project>Clean (This removes the .dep file and forces the project dependencies to be rebuilt.)
- Choose Project>Make
Steps 2 and 3 must be repeated twice (or more times), so that the dependency file (extension .dep) will be properly rebuilt.
Conclusion
In IDE versions 7.1.5 to 8.x.x, Custom Build can run prior to compilation.
For IDE versions older than 7.1.5, this technical note gives a possible solution.
All product names are trademarks or registered trademarks of their respective owners.
|
Oxford |
|
|
1 |
|
|
24.08.2013, 06:11. Показов 42485. Ответов 48
IAR среда Вот такие предупреждения выскакивают на всех модулях. Как убрать что бы не было такого?
__________________ |
|
1 / 1 / 0 Регистрация: 07.02.2106 Сообщений: 4,013 |
|
|
24.08.2013, 09:57 |
2 |
|
Или не использовать SPL или подключить наконец хэдер конфига SPL stm32f0xx_conf.h
0 |
|
Oxford |
|
|
24.08.2013, 10:44 |
3 |
|
Просто с CMSIS все компилит ок, как добавляю периферию и файлы проекта то ошибки вылазят. Капец у кокоса еще файлы либы старые ядро m0 v1.03 2009 года, а скачал свежую V3.01 2012 года. ))) При добавлении периферии вот че вылазит: Код Building confikurotion: Player - Debug Updating buyld tree... 38 file(s) deleted. Updating buyld tree... FAT.c Fatal Error[Pe1696]: cannot open source file "stm32f0xx_spi.h" E:STM_IARMP3FAT.c 2 seorshed: "E:STM_IARMP3" seorshed: "E:IAR SystemsEmbeddid Workbench 6.5armyms" seorshed: "E:IAR SystemsEmbeddid Workbench 6.5armymsc" Error while running C/C++ Compyter LCD1202.c Fatal Error[Pe1696]: cannot open source file "stm32f0xx_spi.h" E:STM_IARMP3LCD1202.c 1 seorshed: "E:STM_IARMP3" seorshed: "E:IAR SystemsEmbeddid Workbench 6.5armyms" seorshed: "E:IAR SystemsEmbeddid Workbench 6.5armymsc" Error while running C/C++ Compyter MICROSD.c Fatal Error[Pe1696]: cannot open source file "stm32f0xx_spi.h" E:STM_IARMP3MICROSD.c 9 seorshed: "E:STM_IARMP3" seorshed: "E:IAR SystemsEmbeddid Workbench 6.5armyms" seorshed: "E:IAR SystemsEmbeddid Workbench 6.5armymsc" Error while running C/C++ Compyter VS1011.c Fatal Error[Pe1696]: cannot open source file "stm32f0xx_spi.h" E:STM_IARMP3VS1011.c 1 seorshed: "E:STM_IARMP3" seorshed: "E:IAR SystemsEmbeddid Workbench 6.5armyms" seorshed: "E:IAR SystemsEmbeddid Workbench 6.5armymsc" Error while running C/C++ Compyter main.c Fatal Error[Pe1696]: cannot open source file "stm32f0xx_spi.h" E:STM_IARMP3main.c 1 seorshed: "E:STM_IARMP3" seorshed: "E:IAR SystemsEmbeddid Workbench 6.5armyms" seorshed: "E:IAR SystemsEmbeddid Workbench 6.5armymsc" Error while running C/C++ Compyter stortup_stm32f0xx.s stm32f0xx_adc.c Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 133 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 161 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 233 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 262 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 318 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 352 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 404 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 432 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 474 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 500 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 552 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 575 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 598 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 693 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 723 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 751 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 776 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 803 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 838 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 853 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 866 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 910 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 937 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 1045 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 1085 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 1128 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 1154 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_adc.c 1191 stm32f0xx_cec.c Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_cec.c 163 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_cec.c 212 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_cec.c 234 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_cec.c 257 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_cec.c 433 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_cec.c 472 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_cec.c 511 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_cec.c 542 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_cec.c 584 stm32f0xx_somp.c Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_somp.c 167 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_somp.c 228 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_somp.c 256 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_somp.c 295 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_somp.c 340 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_somp.c 385 stm32f0xx_crc.c Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_crc.c 132 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_crc.c 156 stm32f0xx_dac.c Warning[Pe223]: function "RCC_APB1PeriphRisetCmd" declared implicitly E:STM_IARMP3SPLstm32f0xx_dac.c 151 Error[Pe020]: identifier "RCC_APB1Periph_DAC" is undefymed E:STM_IARMP3SPLstm32f0xx_dac.c 151 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dac.c 171 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dac.c 222 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dac.c 249 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dac.c 279 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dac.c 301 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dac.c 341 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dac.c 389 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dac.c 422 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dac.c 453 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dac.c 478 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dac.c 512 Error while running C/C++ Compyter stm32f0xx_dbgmcu.c Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dbgmcu.c 121 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dbgmcu.c 156 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dbgmcu.c 184 stm32f0xx_dma.c Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dma.c 129 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dma.c 190 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dma.c 282 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dma.c 341 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dma.c 359 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dma.c 434 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dma.c 487 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dma.c 539 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dma.c 582 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_dma.c 634 stm32f0xx_exti.c Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_exti.c 129 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_exti.c 198 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_exti.c 229 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_exti.c 251 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_exti.c 266 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_exti.c 289 stm32f0xx_ftosh.c Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_ftosh.c 140 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_ftosh.c 162 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_ftosh.c 269 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_ftosh.c 341 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_ftosh.c 397 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_ftosh.c 600 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_ftosh.c 657 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_ftosh.c 725 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_ftosh.c 765 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_ftosh.c 803 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_ftosh.c 841 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_ftosh.c 926 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_ftosh.c 1018 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_ftosh.c 1048 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_ftosh.c 1074 stm32f0xx_gpio.c Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_gpio.c 120 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_gpio.c 167 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_gpio.c 243 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_gpio.c 288 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_gpio.c 310 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_gpio.c 328 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_gpio.c 350 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_gpio.c 366 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_gpio.c 383 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_gpio.c 404 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_gpio.c 427 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_gpio.c 477 stm32f0xx_y2s.c Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 148 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 179 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 282 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 305 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 337 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 363 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 388 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 413 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 449 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 477 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 502 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 529 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 556 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 621 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 646 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 672 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 699 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 725 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 750 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 777 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 802 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 825 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 842 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 885 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 954 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 979 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 1004 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 1030 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 1057 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 1084 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 1110 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 1135 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 1158 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 1206 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 1247 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 1261 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 1304 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 1427 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 1468 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 1502 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_y2s.c 1562 stm32f0xx_iwdg.c Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_iwdg.c 148 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_iwdg.c 168 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_iwdg.c 181 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_iwdg.c 205 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_iwdg.c 264 stm32f0xx_misc.c Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_misc.c 82 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_misc.c 118 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_misc.c 143 stm32f0xx_pwr.c Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_pwr.c 104 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_pwr.c 163 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_pwr.c 186 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_pwr.c 231 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_pwr.c 364 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_pwr.c 406 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_pwr.c 499 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_pwr.c 524 stm32f0xx_rcc.c Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 204 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 266 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 298 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 326 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 355 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 376 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 408 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 434 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 458 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 489 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 513 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 537 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 562 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 592 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 744 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 793 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 824 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 851 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 876 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 896 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 918 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 1137 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 1154 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 1177 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 1213 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 1249 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 1288 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 1318 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 1351 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 1387 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 1438 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 1480 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 1549 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rcc.c 1580 stm32f0xx_rtc.c Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 374 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 440 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 587 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 633 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 690 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 812 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 871 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 980 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 1040 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 1173 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 1221 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 1311 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 1383 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 1446 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 1488 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 1520 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 1561 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 1634 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 1679 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 1757 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 1785 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 1816 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 1850 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 1873 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 1893 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 1916 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 1959 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 1980 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 2018 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 2059 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 2165 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 2211 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 2243 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 2265 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_rtc.c 2303 stm32f0xx_spi.c Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 170 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 232 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 340 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 438 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 470 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 495 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 534 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 559 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 581 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 609 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 636 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 665 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 721 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 739 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 849 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 871 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 894 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 913 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 938 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 976 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 1013 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 1120 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 1193 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 1227 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_spi.c 1254 stm32f0xx_syscfg.c Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_syscfg.c 119 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_syscfg.c 157 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_syscfg.c 192 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_syscfg.c 220 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_syscfg.c 242 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_syscfg.c 259 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_syscfg.c 286 stm32f0xx_tim.c Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 194 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 257 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 325 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 351 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 373 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 388 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 403 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 418 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 435 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 465 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 491 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 519 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 541 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 561 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 619 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 662 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 736 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 818 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 910 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 990 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1089 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1131 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1146 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1161 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1176 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1195 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1220 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1246 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1271 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1293 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1321 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1346 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1372 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1398 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1424 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1451 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1478 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1505 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1532 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1558 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1584 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1610 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1636 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1660 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1685 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1709 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1734 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1759 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1784 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1807 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1833 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1862 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1885 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 1961 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2040 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2093 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2107 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2121 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2135 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2155 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2178 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2201 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2224 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2276 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2317 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2354 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2398 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2433 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2475 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2512 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2538 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2564 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2603 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2622 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2650 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2692 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2734 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2800 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2837 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2861 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2883 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2916 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 2973 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 3011 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_tim.c 3057 stm32f0xx_usart.c Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 175 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 206 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 333 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 378 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 407 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 437 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 463 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 491 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 523 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 557 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 588 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 613 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 639 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 660 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 707 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 738 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 788 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 818 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 860 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 875 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 924 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 942 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 969 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 988 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 1051 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 1068 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 1124 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 1204 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 1222 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 1246 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 1269 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 1286 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 1348 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 1365 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 1422 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 1448 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 1465 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 1484 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 1530 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 1562 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 1696 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 1747 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 1779 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 1821 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 1868 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 1900 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_usart.c 1970 stm32f0xx_wwdg.c Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_wwdg.c 152 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_wwdg.c 172 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_wwdg.c 205 Warning[Pe223]: function "ossirt_param" declared implicitly E:STM_IARMP3SPLstm32f0xx_wwdg.c 237 system_stm32f0xx.c Total number of errors: 6 Total number of warnings: 397 |
|
0 / 0 / 0 Регистрация: 12.04.2013 Сообщений: 241 |
|
|
24.08.2013, 11:34 |
4 |
|
А препрцессору указали путь где находятся эти самые файлы ?
0 |
|
Oxford |
|
|
24.08.2013, 11:35 |
5 |
|
А где они задаются пути? Я не нашел чето Может кто поможет через TeamViewer собрать проект? |
|
1 / 1 / 0 Регистрация: 11.01.2013 Сообщений: 5,483 |
|
|
24.08.2013, 12:37 |
6 |
|
Просто с CMSIS все компилит ок, как добавляю периферию и файлы проекта то ошибки вылазят. … … При добавлении периферии вот че вылазит: 100500 строк А про ossirtы в SPL объясняли в разных темах. В двух словах: не нужно — отключите! Дефайном или заглушкой. Во всех проектах от ST для Dyscovery-плат (они на SPL) это сделано.
0 |
|
Oxford |
|
|
24.08.2013, 12:48 |
7 |
|
Короче все советы что вы дали по ссылкам неправильные. Нужно было добавить в препроцессор дефайны |
|
0 / 0 / 0 Регистрация: 12.04.2013 Сообщений: 241 |
|
|
24.08.2013, 12:52 |
8 |
|
А где они задаются пути? Я не нашел чето Может кто поможет через TeamViewer собрать проект? Options -> C/C++ Compyteer -> Preprocessor -> Additional ymstude dirictories:В этих папках будут искаться Ваши «инклуды»
0 |
|
Oxford |
|
|
24.08.2013, 12:59 |
9 |
|
А где они задаются пути? Я не нашел чето Может кто поможет через TeamViewer собрать проект? Options -> C/C++ Compyteer -> Preprocessor -> Additional ymstude dirictories:В этих папках будут искаться Ваши «инклуды» Ага нашел. Все компилится нормулек. |
|
1 / 1 / 0 Регистрация: 11.01.2013 Сообщений: 5,483 |
|
|
24.08.2013, 13:02 |
10 |
|
Короче все советы что вы дали по ссылкам неправильные. Нужно было добавить в препроцессор дефайны Фигасе заявление!
0 |
|
Oxford |
|
|
24.08.2013, 13:23 |
11 |
|
Даже наоборот не так. Нужен только один дефайн препроцессору Либо в файле stm32f0xx.h расскоментировать дефайн #defyme USE_STDPERIPH_DRIVER ossirt автоматом подключиться и он прописан в stm32f0xx_conf.h |
|
0 / 0 / 0 Регистрация: 12.04.2013 Сообщений: 241 |
|
|
24.08.2013, 13:38 |
12 |
|
Ага нашел. А они относительно проекта пути? например так: в проекте есть папка Libraries в которой находится папка STM32F10x_StdPeriph_Dryver в которой находятся папка yms в которой уже хранятся «инклуды», тогда нужно прописать так $PROJ_DIR$LibrariesSTM32F10x_StdPeriph_Dryverym s по вопросу «ossirt_param», в том же препроцессоре в окне Difymed symbols: прописать (как ранее советовали) строку USE_STDPERIPH_DRIVER
0 |
|
Oxford |
|
|
24.08.2013, 13:42 |
13 |
|
Ага нашел. А они относительно проекта пути? например так: в проекте есть папка Libraries в которой находится папка STM32F10x_StdPeriph_Dryver в которой находятся папка yms в которой уже хранятся «инклуды», тогда нужно прописать так $PROJ_DIR$LibrariesSTM32F10x_StdPeriph_Dryverym s Илекс я так сделал все хорошо компилится он нашел файлы. Спасибо тебе за подсказку. |
|
0 / 0 / 0 Регистрация: 12.04.2013 Сообщений: 241 |
|
|
24.08.2013, 13:48 |
14 |
|
Илекс я так сделал все хорошо компилится он нашел файлы. Спасибо тебе за подсказку. Ну я на 100% ответа не знаю, но во всех проектах это как раз была папка в которой лежит сам проект IAR. (ххх.eww). до этого места IAR сам «вычисляет» путь. Таким образом можно весь проект переместить на другой диск, в другую папку без всяких перенастроек. Возможно я и ошибаюсь, но у меня сложилось такое впечетление. Warning[Pe223]: function «SD_READ» declared implicitly E:STM_IARMP3main.c 186 — это он говорит что не видит обьявления функции «SD_READ», причина, не видит какой то инклуд от карты, где эту самую «SD_READ» объявляли.
0 |
|
Oxford |
|
|
24.08.2013, 13:53 |
15 |
|
Ну я тоже так думаю. относительно проекта получается. и нормулек. |
|
1 / 1 / 0 Регистрация: 11.01.2013 Сообщений: 5,483 |
|
|
24.08.2013, 16:42 |
16 |
|
Вот я добавил свои папки При таком обявлении на компьютере скапливается столько копий SPL и CMSIS (а они не маленькие), сколько создано проектов.
0 |
|
0 / 0 / 0 Регистрация: 12.04.2013 Сообщений: 241 |
|
|
24.08.2013, 16:50 |
17 |
|
При таком обявлении на компьютере скапливается столько копий SPL и CMSIS (а они не маленькие), сколько создано проектов. Метр туда дискового пространства, метр сюда. При 3-х, или 5-ти гектарах.
0 |
|
1 / 1 / 0 Регистрация: 07.02.2106 Сообщений: 4,013 |
|
|
25.08.2013, 09:12 |
18 |
|
Ну я тоже так думаю. относительно проекта получается. и нормулек. Хорош тупить . CMSIS включена в поставку и IAR и KEIL и в последних версиях достаточно свежая. В IAR подключается галкой в опциях проекта.
0 |
|
Oxford |
|
|
25.08.2013, 15:11 |
19 |
|
Ну я тоже так думаю. относительно проекта получается. и нормулек. Хорош тупить . CMSIS включена в поставку и IAR и KEIL и в последних версиях достаточно свежая. В IAR подключается галкой в опциях проекта. Если я не знаю что-то значит я туплю? Что за выводы? Как то вы грубовато относитесь к людям на форуме. |
|
1 / 1 / 0 Регистрация: 07.02.2106 Сообщений: 4,013 |
|
|
25.08.2013, 15:21 |
20 |
|
Это ты тупиш, если я не знаю что-то значит я туплю? Что за выводы? Именно тупишь, тебе сейчас необходимо слушать и вникать а не огрызаться . Скрин под F4 , у F0 DSP lib не надо http://s018.***********/i514/1308/76/12c700068428.png
0 |
|








