Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in embedded

Set Up I2C Address Without Device Attached

linux embedded i2c

On reset what happens in embedded system?

embedded startup reset

SocketCAN continuous reading and writing

Relation between OP-TEE and ATF

GCC Preproccesor macro to determine maximum size of multiple structs

c gcc macros embedded

Does Linux malloc() behave differently on ARM vs x86?

linux embedded arm malloc

Generating .gcda coverage files via QEMU/GDB

embedded code-coverage gcov

STM32F103 GPIO Ports

c arm embedded stm32 gpio

Return value of function

c embedded

Sending mutiple characters using USART1 on an atmega4809 results in 0xFF to be send

c embedded avr avr-gcc usart

Linker error: "cannot move location counter backwards (from 200009f8 to 20000800)"

Floating point library for embedded application

c embedded floating-point

How to change memory mapping start address at Keil with 8051 processor

Build (CI) server for embedded softtware

How to port pgm_read_byte macro (AVR-GCC) to Mircrochip C18 Compiler?

c assembly embedded avr avr-gcc

Howto disable warning in GCC 11.1 -mgeneral-regs-only' -Wattributes in the interrupt context on ARM architecture?

c gcc embedded cortex-m gcc11

To keep n previous values, is memmove faster than a modulo operation?

Android / iOS API access to Bluetooth heart-rate monitors

GDB automate commands after symbols have been loaded

arm gdb embedded elf gdbinit

CppUtest: how to return a custom struct from mocked function