Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cortex-m

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

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

c arm bit endianness cortex-m

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 run a periodic thread in high frequency(> 100kHz) in a Cortex-M3 microcontroller in an RTOS?

Why is an ISB needed after WFI in Cortex-M FreeRTOS?

freertos cortex-m

Cortex-M3 NVIC_EnableIRQ(Systick_IRQn) causes hard fault exception

microcontroller cortex-m

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

Why is `uint32_t` typedeffed to `unsigned long` on arm-none-eabi GCC, and how to change it?

c gcc arm cortex-m

relocating arm cm3 assembly code from flash to ram

assembly arm cortex-m

How to check if interrupts are enabled in Cortex M3?

Are the PendSV / SVC exceptions raised immediately?

DSP libraries - RFFT - strange results

c arm fft cortex-m

LPC1788 - Bootloader and shared library

c linker embedded cortex-m

How to read swd output via USB?

Why does malloc only work immediately after flashing cortex-m3?