Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in arm

Import STM32CubeMX code generated into Eclipse

c eclipse gcc arm stm32

On core_cm4.h why is there casting like ((uint32_t)(int32_t)IRQn)?

c arm cortex-m cmsis

Why does my Cortex-M4 assembly run slower than predicted?

MonoTouch and unsafe floating point

C/C++ Cross-Platform Unicode Encoding

ARM/neon memcpy optimized for *uncached* memory?

arm memcpy neon soc

Neon casting issue

arm simd neon int32 uint8t

Error "[general] *** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving ..."

Does ARM assume that all Cortex-M microcontrollers are little-endian?

c arm bit endianness cortex-m

Weird behavior for SysTick based timer for stm32g483

c timer arm embedded stm32

Implementing a non-standard SPI variation on ARM Cortex M3

c arm embedded cortex-m

What would be a reason to use ADDS instruction instead of the ADD instruction in ARM assembly?

arm cortex-m

Jumping to a second firmware on stm32f4

c arm stm32 cortex-m

How to printout string in qemu gumstix (connex/PXA255) emulation?

arm qemu

Memory barriers for critical sections in Cortex-M4F MCU startup

ARM bare-metal multi-core core selection