cosmicOS-core VS stm32h7-dual-core-inter-cpu-async-communication

Compare cosmicOS-core vs stm32h7-dual-core-inter-cpu-async-communication and see what are their differences.

cosmicOS-core

Simple to use HAL for ARM Cortex-M devices (by d-mironov)

stm32h7-dual-core-inter-cpu-async-communication

Inter-CPU asynchronous communication between Cortex-M7 and Cortex-M4 cores on STM32H7 dual core devices (by MaJerle)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
cosmicOS-core stm32h7-dual-core-inter-cpu-async-communication
3 1
5 74
- -
0.0 3.6
over 2 years ago 6 months ago
C C
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cosmicOS-core

Posts with mentions or reviews of cosmicOS-core. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-14.

stm32h7-dual-core-inter-cpu-async-communication

Posts with mentions or reviews of stm32h7-dual-core-inter-cpu-async-communication. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-21.
  • How to share data between cores on the STM32h745 using the Hardware Semaphore
    2 projects | /r/embedded | 21 Nov 2022
    Unfortunately, the data on the M7 side seems to repeat ever so often and I'm not sure why. A sample output is shown here. I'm not sure if I'm making a very obvious mistake here. I've looked around and tried all sorts of tricks. The only one that seems to have worked is Tijen Majerle's ring buffer implementation but this doesn't seem to make use of the HSEM. I'm looking for a HSEM solution partly out of curiosity and partly for performance reasons down the line.

What are some alternatives?

When comparing cosmicOS-core and stm32h7-dual-core-inter-cpu-async-communication you can also consider the following projects:

stlink - Open source STM32 MCU programming toolset

uCNC - µCNC - Universal CNC firmware for microcontrollers

stm32f103-example - A tiny example project for the STM32F103

stm32ai-modelzoo - AI Model Zoo for STM32 devices

DAPLink

stm32-usart-uart-dma-rx-tx - STM32 examples for USART using DMA for efficient RX and TX transmission

lwmem - Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions

x-cube-azrtos-h7 - X-CUBE-AZRTOS-H7 (Azure RTOS Software Expansion for STM32Cube) provides a full integration of Microsoft Azure RTOS in the STM32Cube environment for the STM32H7 series of microcontrollers.

GNUMakefile4TDD - Build system based on GNU Makefile for Assembly/C/C++ projects that need to cross-compile to one or multiple architectures and use the best practices from TDD

STM32CubeH7 - STM32Cube MCU Full Package for the STM32H7 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))

zephyr - Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.

Ring-Buffer - A simple ring buffer (circular buffer) designed for embedded systems.