-
1. Put a part in the machine, zero to center.
2. Run file/job
3. Load another file
4. Run other job on the same part.
Once you will do this you will notice a offset happens, I had this happen on…
-
I have test pass the JTAG function with the mainline newest openocd, and it's OK.
But will be halt when switch to SWD mode.
I have read the code, but not understand the detial useage of some hard co…
-
Hey Scott,
If you would like to make a repository specific for RTOS I’ll work on setting up the initial project. I think faster communications like you talked about will take this firmware another…
-
File `zephyr\soc\nxp\imxrt\mpu_regions.c` is included to sources unconditionally. So i can't use SRAM size more than 16M and less than 32M, because error in `zephyr\include\zephyr\arch\arm\cortex_m\a…
-
-
在awtk中优化的很不好,虽然可以用,但是效率非常低下,比如一个progress_circle控件,粗暴的强制刷新该控件的长宽占用的矩形框,而非实际使用到的矩形框,这个控件一般用来指示进度,那么实际利用率仅仅为一小段弧形,并且每次更新的时候更加是弧形里面的一小段,但是awtk中每一帧更新的为该控件的长款的矩形,非常影响效率,在没有用该控件之前我可以刷新率达到125帧/秒,用了一个400*400的p…
-
问题描述:
- 平台 i.MXRT1052 飞凌 OK1052_32M_sdram 开发板
- MCUBootUtility 版本: v6.1.0
- 测试固件: driver_examples lpuart 固件,这个固件是 fliedspi_nor 启动,不使用 SDRAM,仅调用了串口,以115200的波特率输出测试文本,然后回显收到的数据。
- 现象:BEE 启动失败,串口没有…
-
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 …
-
## Steps to Reproduce(ubuntu)
1.apt install gcc-arm-none-eabi
2. ./autogen.sh
3. ./configure --host-arm-none-eabi --target=arm
```
hecking build system type... x86_64-pc-linux-gnu
chec…
-
Debugging a RAM-resident app on the NXP i.MX RT1050 MCU works successfully. However, programming flash and debugging an application residing in flash fails with various errors.