Search Results
Search results 1-14 of 14.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
I set the M7 script but no better, ES also lost some task info
-
Quote from SEGGER - Nino: “Hello, Thank you for your inquiry. Such an issue is not known to us. It seems though that ES is shipping with older variants of the RTOS awareness scripts. Could you try to load the Ozone RTOS awareness script in ES? Does it work better now? Best regards, Nino ” you could create a new STM32H7 project in SES or Ozone, it will show the same M4 script result and the SES bug could be reproduced
-
Quote from SEGGER - Nino: “Hello, Thank you for your inquiry. Such an issue is not known to us. It seems though that ES is shipping with older variants of the RTOS awareness scripts. Could you try to load the Ozone RTOS awareness script in ES? Does it work better now? Best regards, Nino ” open with Ozone or SES ,the default script always M4 not M7, all config is M7 that i checked i have check the jdebug file , the file write it "M4"
-
SES RTOS Awareness thread not right I use Ozone coulud show 47 task but SES could only show 27 task and i also set the limit from 25 to 64 and enable RTOS Awareness with FreeRTOS CortexM7 I think it's a bug.
-
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 …