-
I'm trying to run an app built using FreeRTOS using Unicorn, but I can't seem to get the exception handlers right.
Relevant FreeRTOS code:
```assembly
0000413c :
413c: 4805 ldr r0, […
-
**Is your enhancement proposal related to a problem? Please describe.**
Some benchmarks shows Zephyr behind in context swap performance compared to ThreadX.
**Describe the solution you'd like**
A…
-
We may want to avoid expressing FPU extensions in ARM Cortex-M CPU constraints.
# Proposal
Refrain from extending the set of `@platforms//cpu:armv*-mf` constraints, and annotate the existing const…
-
Hi,
Has anybody did run [EasyPusher SDK](https://github.com/EasyDarwin/EasyPusher) on CC3220SF launch board which is having ARM Cortex-M4 processor?
Please let me know the steps to run it.
Th…
-
### Expected behavior
I wanted to port MicroTVM as easily as possible on a cortex-m4 (float)-based stm32g474 to test the inference speed of the MCU that was not optimized. Simplest HelloWorld model…
-
Hi,
Thank you for this project, I am trying to compile against current head branch of zmk and having some issue.
If possible would you mind giving some pointers here. Compile logs are as below,
…
-
Hi guys,
I have integrated executorch into Mbed OS using an Arm Cortex M4 architecture (P-Nucleo-WB55RG). When I try to load the model, I get the following issue:
```
I executorch:main.cpp:68] Mo…
-
The motherboard also embed a GD32F303RET6 (https://www.gigadevice.com/product/mcu/arm-cortex-m4/gd32f303ret6) which has its own 512Kbytes flash (which in the future would be worth dumping),
WiFi i…
-
Investigate possible use of the built-in Memory Protection Unit. What is it? How do we use it? When should we use it?
There is a FreeRTOS version that makes use of MPU.
It seems main use is to make …
-
Sir,
i am trying to run fm6353 driver .
i am using https://github.com/rogerclarkmelbourne/Arduino_STM32 for stm32 and stm32f401cc board.
but when i compile following error pops.
code
#inclu…