Top "Microcontroller" questions

This tag is related to questions that have something to do with a microcontroller.

Allocating memory in Flash for user data (STM32F4 HAL)

I'm trying to use the internal flash of an STM32F405 to store a bunch of user settable bytes that …

microcontroller stm32 stm32f4discovery flash-memory
Sending data from arduino through bluetooth serial

I’m currently trying to design a controller that would communicate through Bluetooth to an android phone (Galaxy Nexus). I’…

android bluetooth arduino microcontroller arduino-ide
Hex Decompilers for PIC

I've faced to a problem with a PIC Micro controller. I have a micro-controller programmed by me long time ago …

embedded hardware microcontroller decompiling mikroc
Graphics library for embedded systems without Linux?

It seems that any kind of graphic library like DirectFB or MiniGui requires some sort of underlying operation system like …

user-interface graphics embedded microcontroller
How to set STM32 to generate standard CRC32

I am trying to generate CRC with STM32L4 hardware modul. I would like to validate fatfs files so basically …

c microcontroller stm32 crc32
What are the available interactive languages that run in tiny memory?

I am looking for general purpose programming languages that have an interactive (live coding) prompt work in 32 KB of RAM …

programming-languages embedded microcontroller interactive
Free alternative to MPLAB (PIC development)

I started using MPLAB recently, but for someone that works with Eclipse and VS the IDE it's very limited. Do …

ide embedded microcontroller pic mplab
How generate REAL random number using STM32 MCU?

I'm working on a project with STM32F103E arm cortex-m3 MCU in keil microvision IDE. I need to generate …

c++ random embedded microcontroller stm32
CRC16 checksum: HCS08 vs. Kermit vs. XMODEM

I'm trying to add CRC16 error detection to a Motorola HCS08 microcontroller application. My checksums don't match, though. One online …

microcontroller checksum crc crc16