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

https://github.com/ARM-software/CMSIS_5/blob/4946da8d01f3245182c3e6094b9da1fcd1070269/CMSIS/Core/Include/cmsis_gcc.h#L200

review
CORE

In the CMSIS-NN test case, why is the conv_params.input_offset = BASIC_INPUT_OFFSET parameter 128 in the basic_arm_convolve_s8 function in the test_arm_convsolve_s8.c file? From the input.txt file in the basic subfolder of...

review
NN

Hi, I am trying to deploy the MNIST example given in the following link(https://www.tensorflow.org/lite/performance/post_training_integer_quant). I could obtain the int8 weights, their zero shift and scaling values. But I do not...

review
NN

Hello, I have looked into RTX5 pre-built libraries and cannot find one for Cortex M7. Can you please advise, why it is not there and what to use with Cortex...

DONE
RTOS

Since newer release I have noticed, that RTX5 pre-built libraries are no longer present in the release pack. 1. Can they be got by some other way than building locally?...

DONE
RTOS

This may be the wrong place (seems initially to be more about building your own packs), in which case sorry, but I have been pointed here by ARM support. When...

out-of-scope

Hello Guys, please is there any means to find out the version of CMSIS-NN or is there any tag, flag indicating what version NN is available? Thank you.

review
NN

The Core(M) documentation only includes limited documentation that is generated from copies of the real core header contents in the `./CMSIS/DoxyGen/Core/src/Ref_*.txt` and `./CMSIS/DoxyGen/Core/src/core_cm7.txt` files. This makes it difficult to find...

documentation
review
CORE

Dear all, is the development of CMSIS-Build open source or will it be open sourced? We're extremely much looking forward to have a way to trigger builds, based on CMSIS-Pack...

DONE
Build

Hi, Test setup: TF-M secure service reading an I2C peripheral + I2C peripheral emulated in QEMU I've downloaded MPS2 AN521 BSP from [ARM V2M-MPS2 Board Support PACK for CoreLink SSE-200...

review
Driver