Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in embedded

Hardware inspired loop. Nonsense?

What optimization could the compiler perform in absence of the "volatile" keyword in the following code?

c embedded volatile

Which way is faster in initializing registers in a microcontroller?

c embedded microcontroller

About Watch Dog Timer

embedded

Is there a dummy lvalue that can be used when nothing is to be executed?

c embedded language-lawyer

Is this C function written in poor form?

Calculate atan2 without std functions or C99

c math embedded arm atan2

Embedded C - Too many arguments to function (pointer)

c gcc embedded

Why shouldn't we have dynamic allocated memory with different size in embedded system

C memory space and #defines

high speed tracing

debugging embedded trace

PIC16 C compiler

COM port terminal program

Developing embedded software library, C or C++?

c++ c embedded

How MMU(Memory management Unit) unit in a processor protects the memory segments

architecture embedded

STM32 how to get last reset status

c arm embedded reset stm32

Is there a standard way to detect bit width of hardware?

Performance of Python worth the cost?

python c embedded fuzzy-logic