Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in embedded

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

What's the point of using Busybox in a low ram embedded system

Is the volatile qualifier deprecated in c++20?

c++ gcc embedded c++20

Keeping time using timer interrupts an embedded microcontroller

uploading a compiled program to a C51 microcontroller

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