vadymsodolevsky Community Member
- Member since Oct 22nd 2020
- Last Activity
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
vadymsodolevsky -
Replied to the thread [SOLVED] Porting EmbOS to STM32wb55.
PostThe trouble was mixing between different versions. The BSP Setup "\CMSIS\Generic" from embOS Cortex-M GCC is working. Thanks! -
vadymsodolevsky -
Replied to the thread [SOLVED] Porting EmbOS to STM32wb55.
PostI use the library from downloaded porting "embOS for Cortex-M and GCC" and GCC compiler. As I understand the porting should not depend on IDE. Am I right? Can I use the library and include for the STM32CubeIDE Cortex M4 V7 project? -
vadymsodolevsky -
Posted the thread [SOLVED] Porting EmbOS to STM32wb55.
ThreadI am porting EmbOS to STM32WB55 and STM32CubeIDE with CMSIS V2. I took project embOS_Blinky from I-CUBE-EMBOS for STM32F746G-DISCO as reference for IDE. And project STM32WB55_STM32WB55RG_Nucleo from "embOS_CortexM_ES_Free_V5.12.0.1" as reference for…