Search Results
Search results 1-10 of 10.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Some file example
-
Could Code Outline and Source Navigator cache in local? Source Navigator - Everytime i open SES it need reindex all symbols. Before it reindex , i cant do any jump define funs And when i goto a define of class or funs , the Code Outline need research, if it is a large file , SES will no response until it loads all structure. I think if the file no change could cache the struct or symbols in local like a sessions to boost the GUI If a small project , maybe it is good. But a bit large project, SES…
-
Is there any further help about it?
-
we make our own board ,but it's ref IMXRT1052 EVK board (origin flash chip is IS25WP064A or IS26KS512S) Our flash chip is winbond25Q32JVS, default jlink use MIMXRT1052XXXXB cant flash or debug , that's why i use the RT-UFL as jlink plugin for download and debug. After several days work, i fonud RT-UFL also not work perfectly ,some ram config would make board hard to debug or flash if i use keil,all work fine , keil has a Qspi general download algorithm like:MIMXRT105x 8mB QuadSPI NOR Flash Is th…
-
i found a temp solution that could chaneg the project jlink script, when connect or download,ses wii call the script. i change the device in script to "Device="MIMXRT1050_UFL_L0", and then connect right and downlaod ok. but i think the script should be synced by the settings
-
SES JLink Device config not work in Connect download or debug I am working on MIMXRT1052 develop board, i want to move all NXP SDK to SES. ALL compile ok , just download and debug not work. I have ref the SES MIMXRT1052 Templete Project that not useful for my issue MIMXRT1052 dosen't have a flash on chip,so i need a Jlink download algorithm for my chip > github.com/JayHeng/RT-UFL i use this one , it add a serial of NXP device with a universal download algorithm, i have test it ,it work well, J-L…
-
my gcc-arm-none-eabi version is :10 2021.10 Offical download
-
BUG:C and C++ Language Standard upsidedown see my pic, when i import a eclipse project, choose the external gnu: gcc-arm-none-eabi when i choose the C and C++ Language Standard, it is upside down My version : SEGGER Embedded Studio for ARM Release 6.20a Build 2022030101.49627 Windows x64 © 2014-2022 SEGGER Microcontroller GmbH © 1997-2022 Rowley Associates Ltd. segger-as: version 2.11 segger-cc: version 13.2.2 segger-cc-ng: version 13.93.1 segger-ld: version 4.30.1 segger-rtl: version 4.10.0 GCC…
-
In my project , i have 2 motors files. One is motors.cpp, that's apllication use, the other is motors.c that is used by driver when compile it shows: The object file Ov3 Internal/motors.o has been supplied more than once I think it two same name file generate one .o file,make the error. I change the file to motors1.c,then it compile ok. I could pass by the problem,but i think it's a bug. When i use Eclipse , it' won show any error about it
-
Embedded Studio Windows Waypoint cant work by mouse Waypoint.back default key is alt+left or back Waypoint.forward default key is alt+right or forward but when i use back or forward by side mouse button, there is no reseponse. Also in key map i use the side mouse button , IDE cant recognize the key. I am sure my side mouse button is forward or back, i could use it option Chrome or other IDE like VS,VS code,Keil by it. So could add the mouse button as the key map button ? Nowadays, erveryone has …