-
I don't know how feasible this is, but it was mentioned here:
http://atariage.com/forums/topic/281105-open-source-c-project-template-now-available
This would involve, at minimum, finding an open-s…
-
I'm working on a project based on the NXP [K20 series](https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/k-series-cortex-m4/k2x-usb/kinetis-k20-72-…
-
I'm running Cereal 1.2.2 on an NXP Kinetis K64 microcontroller (Cortex-M4) using Kinetis Design Studio 3 and KSDK v2.1. I've got it working great; I'm using it to parse and emit commands and response…
-
**Describe the bug**
west build crashes building echo_server sample.
**To Reproduce**
Steps to reproduce the behavior:
1.
`west build -b mimxrt1170_evk/mimxrt1176/cm7 /home/viha/dev/tmq800/bmc/…
-
First of all, @qzed thanks for all the work you've already done reverse engineering and documenting a lot of the SAM stuff. It's been quite helpful!
I've been reverse engineering the SP7 SAM firmwa…
-
Does GoTEE work with ARM Cortex-A53, NXP i.MX 8M SoC's like the ones found in the Google Coral dev board? If so, are there any issues to be aware of? If not, are there plans to support it? Thanks
-
This project is meant to really push for build.rs generated linker script and reset handler, for replace the variety of "rt" crates we've used based on ideas you pointed out existed in cortex-m-rt.
…
-
[RFC3614](https://github.com/rust-lang/rfcs/blob/master/text/3614-project-goals.md) introduced "Project Goals" which are intended to steer the focus and "big picture" of work in the project. The initi…
-
Hello world :-)
I have encountered a blocker traceback on `pyocd` (i.e. `pyocd list` or `pyocd flash`) related to `pyocd_pemicro/pemicro_probe`:
```
(venv37zephyr) pyocd list
0001271:CRITICAL:__…
-
# 11_ARMv8_异常处理(二)- Legacy 中断处理
异常处理还没有完成,在异常处理(一)里面算是把ARMV8a上面的一些比较基本的异常相关的知识罗列出来了,但是还没有具体的分析。在ARM的世界,中断是异常的一种。这一节的目标是利用Linux内核研究:
* ARMv8架构下的中断处理过程?
* Linux内核在ARMv8a的架构下中断是如何处理?
* ARMv8a中断一些…