Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in embedded

How to suppress the compiler warning on unused variable in C?

ATMEGA328p convert analog value to voltage

c embedded atmega

Static vs global in terms of speed and space consumption in C

c gcc static embedded global

Linkers and architectures

embedded linker

Compressing a byte array in Java and decompressing in C

java c embedded compression

Using Java on FreeRTOS?

java embedded freertos

What is a good open source message bus for embedded Linux?

c linux embedded ipc

C language: #DEFINEd value messes up 8-bit multiplication. Why?

How to safely perform type-punning in embedded system

OpenCV vs OpenVX for embedded system

How can I send a string serially from an 8051 only ONCE?

Adding 64 bit support to existing 32 bit code, is it difficult?

c embedded 64-bit 32bit-64bit

IAR Embedded workbench create library

c embedded ansi workbench iar

what's wrong in using interrupt handlers as event listeners

c embedded arm bare-metal

Why can't write internal flash of same address twice

embedded stm32 flash-memory

What is overalignment of execution regions and input sections?

c embedded arm

Arrays in Shell Script, not Bash

linux shell embedded sh

sscanf 1 byte hex data without overflow

c embedded overflow scanf

Using far function pointers

How do I know which illegal address the program access when a segmentation fault happens