Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in embedded

memory leak in an embedded system

memory-leaks embedded

CAN for large packets of data exchange without using standard protocols

c embedded can-bus

Is it possible to auto split the .text section across mulitple memory areas?

c gcc embedded ld elf

Popular use of Dynamic memory allocation

Unpermitted operand to operator '>>' and '&' (MISRA C)

c embedded misra

com.sun.net.httpserver.HttpHandler ClassNotFound Exception on Java Embedded Runtime Environment

What is the difference between BSP and distribution layers in Yocto

Is it possible to reprogram a keyboard?

embedded hardware

When to use windowed watchdog for embedded systems

embedded watchdog windowed

Windows Embedded 8 Handheld (WE8H) Supported Devices

Use casts to access a byte-array like a structure?

int8_t and char: converts between pointers to integer types with different sign - but it doesn't

c++ c char embedded

Print value of variable in GDB while debugging msp430

c gdb embedded msp430 gdbserver

UART receive interrupt stops triggering after several hours of successful receive

Android Init startup - Ueventd and watchdogd

android embedded init

Is it possible to generate CAN bus error using STM32?

c embedded stm32 can-bus

c code to paint an embedded stack with a pattern say (0xABABABAB) just after main begins?

CSV or Binary File for Embedded Application

csv embedded binaryfiles

Passing a pointer of a locally created array in C to a function different behave

c pointers embedded stm32 modbus

#define in inline assembly in GCC

c assembly embedded inline