-
I am getting the following errors when attempting to build
```
c:/program files (x86)/gnu arm embedded toolchain/10 2020-q4-major/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin…
-
I just found that enabling the CONFIG_SCHED_CPULOAD option ("Enable CPU load monitoring") causes a lockup soon after the NuttShell initialization. If I'm quick a get less than a second to start typing…
-
Hi,
I am trying to set up Rust for the first time on a Cortex-M4 based devices
According to the datasheet, the processor supports a single precision FPU:
![features](https://user-images.githu…
-
Split out from: https://github.com/Open-CMSIS-Pack/Open-CMSIS-Pack/issues/10
links to: https://github.com/Open-CMSIS-Pack/Open-CMSIS-Pack/issues/21
Requires a tool that can:
- search for componen…
-
Is it possible to port to the nRF52840, at least for SPI LED types?
Although the nRF52xxx is similar to the nRF51xxx (which is supported), if I understand correctly, portions of the nRF52 core run …
-
Hi,
I am able to debug locally but not remotely.
### **SETUP**
**Board:**
- Laird Pinnacle 100 dvk
- Nordic Cortex-M4F, nRF52840 mcu
- Sierra HL7800 (modem) mcu
- J-Link on board
- SWD…
-
### Description of defect
Floating point ABI selection (hardfp/softfp) appears to be inconsistent between chips and toolchains. Some sort of alignment correction is required, but it's not clear in …
-
### ARM Architecture related issues tentatively scheduled for v2.6 release
**New features**
- [x] [Cortex-M] QEMU support for ARM Cortex-M4F (#23185)
- [x] [Cortex-M] Null Pointer Exception detec…
-
**Describe the bug**
My project is usually written with c++ code, so I want to compiler the freertos with c++ compiler. My develop tool is IAR FOR ARM9.10.1, and I download the latest FreeRTOS code, …
-
For GCC, the list of [IRQ implementation files](https://github.com/ARM-software/CMSIS_5/tree/develop/CMSIS/RTOS2/RTX/Source/GCC) contains, as I understand it:
* `irq_armv8mbl.S` (for ARMv8-M base-l…