-
Task is to integrate theCore with [KE02 MCUs](http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/kinetis-cortex-m-mcus/e-series-5v-robust-m0-plus-m4/kinetis-ke02-20-mhz-entry-l…
-
Cortex-M chips support multiple power levels. Should TinyGo add functions to transition into these modes? The SDK that Freescale/NXP provides for the K66 (the chip the Teensy uses) includes `wait` (ak…
-
Hi, i'm trying to program an LPC1766 mcu, flashing it with a J-Link programmer, but i always receive a **"Writing target memory failed"** error from flash process (platformio run --target upload). My …
-
### Description
Requesting support for Embedded Artists newly announced "iMX RT1064 uCOM" board based on NXP i.MX RT1064 MCU:
https://www.cnx-software.com/2020/10/15/embedded-artists-unv…
-
I compile the nxp_rt105 in ubuntu using the following command
$ git submodule update --init
$ cd ports/nxp_rt105
$ make
but, I had got the following errors:
arm-none-eabi-gcc: error: unrecog…
-
i have NXP ' IMD7D board, cpu is ARM® Cortex®-A7 and Cortex-M4.
how to compile Nghttp2 in that and run it?
-
* **CPU**: NXP i.MX 8M SOC (quad Cortex-A53, Cortex-M4F)
* **GPU**: Integrated GC7000 Lite Graphics
* **Memory**: 1 GB LPDDR4
* **Storage**: 8 GB eMMC
* **Features**:
* Wi-Fi 2x2 MIMO (802.11…
-
We are working on new OSHW board with MIMX8QM5AVUFFAB
https://www.nxp.com/products/processors-and-microcontrollers/arm-processors/i-mx-applications-processors/i-mx-8-processors/i-mx-8-family-arm-c…
-
mcux-sdk is heavily coupled to FreeRTOS as the only possible RTOS.
But the choice of an RTOS depends on several conditions and needs.
FreeRTOS is quite popular, but other choices are Zephyr, RT-Thre…
-
I recently learned through studying the ThreadX system that the ThreadX system supports the Coterx-A9 architecture, because I saw Coterx-A9 in the Ports directory. I now plan to transplant the ThreadX…