← Back to discoveries

#STM32

9 discoveries tagged “STM32”.

STM32F407 UART DMA circular/ring buffer - random global variable corruption (GPS parser)

Reddit
A developer is experiencing issues with an STM32F407 microcontroller project, where unexpected changes in global variables suggest memory corruption. · The project involves…
Insights: This issue highlights the complexities of using DMA in embedded systems, especially when multiple peripherals are involved, making it relevant for developers working with STM32…
STM32DMAembedded systems

Is this a good €200 hardware list for learning STM32, motor control, embedded C/C++, real-time systems and robotics?

Reddit
A beginner is seeking advice on a €200 hardware list for learning robotics, focusing on STM32, motor control, and embedded systems. · The list includes an STM32 NUCLEO board, a…
Insights: This hardware list is notable for its focus on providing a comprehensive learning experience in robotics and embedded systems within a budget. · It is ideal for beginners and…
roboticsSTM32embedded systems

A simple MCU-targeted Bipartite buffer implementation

Reddit
A developer created a Bipartite buffer implementation for STM32-based USB devices, aiming to optimize memory usage and data transfer efficiency. · The buffer provides contiguous…
Insights: This Bipartite buffer implementation is notable for its focus on optimizing performance in memory-constrained environments, making it ideal for embedded systems developers.…
embedded-systemsmemory-managementSTM32

Fresher Embedded Resume Projects for STM32F411 & Arduino Nano?

Reddit
A fresher seeking to enter the embedded systems field is looking for project ideas using STM32F411CEU6 and Arduino Nano to enhance their resume. · The focus is on creating…
Insights: This inquiry highlights the growing interest in embedded systems and the importance of practical, hands-on projects for job seekers in this field. · For Tindie sellers, this…
embedded systemsSTM32Arduino

I tested STM32 SRAM as a PUF for my bachelor's thesis.

Reddit
A Bachelor's thesis explored the use of STM32 microcontroller's SRAM as a Physical Unclonable Function (PUF) to generate unique keys. · The study focused on analyzing the power-up…
Insights: This research highlights a novel application of existing microcontroller technology, making it notable for those interested in security and cryptography. · It offers insights for…
PUFSTM32security

Should I stick with my current microcontrollers for projects or use an STM32?

Reddit
A Reddit user is debating whether to continue using their current microcontrollers (Pico 2 and ESP32-WROOM-32) or switch to an STM32 for their summer projects. · They aim to work…
Insights: This discussion highlights the decision-making process for hobbyists and developers when choosing microcontrollers, emphasizing the balance between cost, capability, and learning…
microcontrollersSTM32embedded-systems

Built a secure STM32F407 bootloader in spare time " due to obsession " am I heading in the right direction? based on where i want to work ?

Reddit
An electrical engineering graduate has developed a secure bootloader for the STM32F407 Discovery board in their spare time, focusing on low-level firmware development. · The…
Insights: This project is notable for its focus on low-level firmware development, a critical skill for those interested in CPU/SoC design. · It appeals to hobbyists and professionals who…
firmwarebootloaderSTM32

Bought STM32F411RE Board what should I do first for preparing for Job.

Reddit
A user on Reddit has purchased an STM32F411RE board and is seeking advice on how to begin their journey in embedded systems for job preparation. · The user intends to share…
Insights: The STM32F411RE board is a popular choice for those entering the field of embedded systems due to its robust features and versatility. · This board is ideal for hobbyists,…
embedded systemsSTM32career development

Follow-up: changes I made after your feedback on my STM32 game project

Reddit
The project is a bare-metal STM32 space shooter game, uGalaxy, that has undergone significant code restructuring and quality improvements based on community feedback. · Key…
Insights: This project highlights the importance of community feedback in refining and improving open-source projects, making it a valuable learning resource for developers. · It serves as…
STM32game developmentembedded systems