-
Hi, minor bug to report regarding the MPU configuration in armv7-m:
The cortex-M7 MPU supports configuring regions up to 4GB in size (_see ARMv7-M Arch. Reference Manual, System Address Map :: B3.5…
-
## Introduction
On the ARM-M7 core-based stm32 MCU, when the L1-Cache memory is enabled, the system needs to "ensure data coherency between the core and the main memory when dealing with shared dat…
-
Hi Emil,
first of all thanks a lot for releasing these nice UMAAL-based implementations of the base field of P256 under a permissive license! I'm building a Rust implementation of P256 ECDH/ECDSA a…
-
Still trying to program the on-board flash of the NXP i.MX RT685EVK through pyOCD; I get an "SoCTarget has no selected core" error.
(NXP.MIMXRT685S_DFP.pdsc modified, removing `Pname="cm33"`)
``…
-
Version found: 3.3.4
CMSIS-SVD peripherical definition:
` `
` DDR_III_LPDDR_II`
` DDR3/LPDDR2 address space.`
` 0x40000000`
` `
` 0`
` 0x80000000`
` buffer`
` `
` …
-
Hello,
just purchased an Arduino Mini Module 2MP to use with my Teensy 3.2 and 3.6 boards.
I'm using your latest library (https://github.com/ArduCAM/Arduino) and trying to build this example
http…
-
### Version/Branch:
main
### Operating system:
Windows 10
### Debug probe:
J-Trace PRO V3 Cortex-M
### Microcontroller:
NXP RT1064
### Details:
I have two suggestions to improve the GUI:
1…
-
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 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…
-
hi @flit,
We are using pyocd as the major flash tool for our sdk application develop and testing. Thanks working on this excellent tool!
We used gdbserver and gdb to load applications , and added …