platform_specific_components VS stm32-bootloader

Compare platform_specific_components vs stm32-bootloader and see what are their differences.

stm32-bootloader

Customizable Bootloader for STM32 microcontrollers. This example demonstrates how to perform in-application-programming of a firmware located on an external SD card with FAT32 file system. (by akospasztor)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
platform_specific_components stm32-bootloader
1 2
63 839
- -
0.0 0.0
about 1 year ago over 1 year ago
C++ C
MIT License GNU General Public License v3.0 or later
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.

platform_specific_components

Posts with mentions or reviews of platform_specific_components. We have used some of these posts to build our list of alternatives and similar projects.
  • Looking into writing a CAN stack with FreeRTOS for STM32, where should I start?
    1 project | /r/embedded | 4 Nov 2021
    Not sure what STM32 CAN peripherals you are talking about (bxCAN vs FDCAN) but if you are using bxCAN, I recommend looking at UAVCAN's implementation: https://github.com/UAVCAN/platform_specific_components since it is very simple to use (even though it claimed works with libcanard stack only but should be fine for outside purposes). I think putting RTOS on it should be simple enough. For FDCAN, the only options right now are from ST HAL or ChibiOS AFAIK.

stm32-bootloader

Posts with mentions or reviews of stm32-bootloader. We have used some of these posts to build our list of alternatives and similar projects.
  • Writing bootloaders for microcontrollers
    1 project | /r/embedded | 3 May 2021
    Here's a bootloader "library" that might be useful. You need to add your own code to get the actual firmware image from somewhere (UART, an SD card, or whatever), and then you just pass it off to the "library" for flashing.
  • Difference between a programmer and a USB-UART adapter
    1 project | /r/AskElectronics | 16 Apr 2021
    Yes, unless you have something like an STM32 with a built-in bootloader. This can be used to update the regular bootloader. For example, this bootloader is capable of jumping to the built-in bootloader from software (as opposed to the "regular" method of pulling certain pins high or low at reset to cause the processor to run the built-in bootloader from ROM rather than the regular bootloader from flash).

What are some alternatives?

When comparing platform_specific_components and stm32-bootloader you can also consider the following projects:

modm - modm: a C++23 library generator for AVR and ARM Cortex-M devices

nanopb-example - This is a simple project created to test the capabilities of Google's protobuf C implementation, nanopb.

shournal - Log shell-commands and used files. Snapshot executed scripts. Fully automatic.

Arduino_Core_STM32 - STM32 core support for Arduino

GuiLite - ✔️The smallest header-only GUI library(4 KLOC) for all platforms

flipperzero-firmware - Flipper Zero firmware source code

IoT-For-Beginners - 12 Weeks, 24 Lessons, IoT for All!

embox - Modular and configurable OS for embedded applications

nf-interpreter - :gear: nanoFramework Interpreter, CLR, HAL, PAL and reference target boards

nuttx - Apache NuttX is a mature, real-time embedded operating system (RTOS)

gainput - Cross-platform C++ input library supporting gamepads, keyboard, mouse, touch

IronOS - Open Source Soldering Iron firmware