Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in microcontroller

How can I emulate FatFS?

Drive high frequency output (32Khz) on 20Mhz Renesas microcontroller IO pin

embedded microcontroller

Can "swap nybble" and "byte mask" tricks do multi byte logical shift by 4 much faster than the naive method of using bit shift chains

Binary int to double without typecasting

Writing to EEPROM on PIC

I²C writing protocol: how can I write in a register?

microcontroller i2c

Creating an ASM file that will return the characters located in 8 consecutive registers

Using Printf to display on serial port of an ARM microcontroller

Cortex-M3 NVIC_EnableIRQ(Systick_IRQn) causes hard fault exception

microcontroller cortex-m

How does a person reverse the order of the lower 8 bits of an "int" value and leave the upper 8 bits the same?

Beginner: AVR C++ Atmel Studio 6

How can I program an ARM MCU using SWD under Linux?

The use of CPOL/CPHA settings in SPI communication

rlcf instruction with pic 18F4550 in C compiler

c microcontroller

STM32F0 I2C HAL save struct to I2C EEPROM

How to map a value from one range to another accurately without using floating point? [closed]

Accessing different port pins using single name in embedded c

c embedded microcontroller

Does the linker script always determine at what addresses code is placed