CMSIS_5 icon indicating copy to clipboard operation
CMSIS_5 copied to clipboard

CMSIS Version 5 Development Repository

Results 105 CMSIS_5 issues
Sort by recently updated
recently updated
newest added

How about adding this functions to _CMSIS/Core_A/Include/cmsis_cp15.h_ ? This register used for support SMP data coherency in conjunction with ACTLR. ``` #if (__CORTEX_A == 8U) #define CPUECTLR_SMPEN_Msk (1u

review
CORE

I try to compile [arm_sin_cos_example_f32.c](https://arm-software.github.io/CMSIS_5/DSP/html/arm_sin_cos_example_f32_8c-example.html#a12) in the MPLAB X IDE, XC32, Harmony 3 but I get an error: **commontables.o: Link Error: Could not allocate section .rodata, size = 920376 bytes,...

out-of-scope
DSP

Hello, multiple vendors (keil, ST, etc...) refuse to include the core peripherals in theirs SVDs, claiming that it is arm's job (see https://github.com/posborne/cmsis-svd/issues/28) even arm relying on keil's (https://github.com/ARM-software/CMSIS_5/issues/48). The...

review
SVD

Hi, When gdb stops on a breakpoint in thread context and I list stack frames (via bt command, or my IDE issues a -stack-list-frames command) then gdb's stack unwind algorithm...

DONE
RTOS

Please see the following 2 lines. The following two macros do not have the same capitalization. Is this intentional? Found this when porting a code base from a cm4 to...

bug
CORE

I propouse add stripping extra bits in argument. Existing implementation fails then used unstripped value from GIC_GetConfiguration ![image](https://user-images.githubusercontent.com/34999007/202834774-f909f9ba-4ae7-4e6f-afea-37c57bbadfce.png)

DONE
CORE

![image](https://user-images.githubusercontent.com/34999007/199962909-4944a999-f4e4-4032-b035-1e13cce6830e.png) Case mismatch.

bug
DONE

With respect to the [discussion](https://github.com/ARM-software/CMSIS_5/discussions/1565), new API's have been added for byte allocation with usage of pool id mechanism.

review
RTOS

When compiling with `-Wnested-externs`, these warnings appear: ``` modm/ext/cmsis/core/cmsis_gcc.h: In function '__cmsis_start': modm/ext/cmsis/core/cmsis_gcc.h:133:15: warning: nested extern declaration of '_start' [-Wnested-externs] extern void _start(void) __NO_RETURN; ^~~~~~ modm/ext/cmsis/core/cmsis_gcc.h:146:31: warning: nested extern declaration...

wontfix
CORE

With GCC 10 and C++20, `|=`, `&=`, `++`, `--` operands on volatile keyword result in a warning for deprecated `volatile` keyword with compound statements. This therefore applies to all variables...

wontfix
CORE