Search Results
Search results 1-20 of 56.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Understood. Thanks.
-
Thanks, Masmiseim forum.segger.com/index.php/Attachment/3379/forum.segger.com/index.php/Attachment/3380/ You are mentioning these, right?
-
Hi, guys. I'm using SES 4.16a on a MacBook. I got two questions. 1. Compiler optimization level 67.222.144.123/lpcopen/v1.03/k…_project_optimization.jpg Just like Keil MDK optimization configuration, how can I configure the C compiler optimization level on SES 4? 2. Keil has a Dark THEME keil.com/support/docs/images/3883_screencapture.png Can I set a dark theme for SES 4 as well? I really wanted this when I'm working at night.
-
Hi, Nino. forum.segger.com/index.php/Attachment/3377/Just like this screenshot, do you mean I can call C Source Code (1 line)when using the STM32 series and see the log message using Ozone, regardless of what IDE (Keil, SEGGER ES, IAR EWARM) I use? Also, in order to use the RTT, do I have to set the heap size of the STM32 microcontroller?
-
Hi, I'm using NUCLEO-F446RE (STM32F4 ARM® Cortex®-M4 MCU 32-Bit Embedded Evaluation Board), Keil MDK 5.20 on 64-bit Windows 10. digikey.com/product-detail/en/…46RE/497-15882-ND/5347712 Instead of using the ST-Link, which is pre-installed on the NUCLEO-F446RE board, I used "Converting ST-LINK On-Board Into a J-Link". segger.com/products/debug-prob…j-links/st-link-on-board/ Also, I use my custom J-Link Plus to connect the board to the PC. When printing debugging messages, I used STM32F4's UART pin…
-
Thanks, Nino! Due to this problem, some workers are using different IDEs; some use SES 3 and some use Keil MDK5. My team wishes to unify the IDE to SES as soon as possible due to Nordic's license policy. Thanks for your cooperation! -Regards, Matthew
-
Hello, I'm Matthew. My foreign co-worker is having a problem when installing SEGGER ES 3.34a. My co-worker's environment: - 64-bit Windows 10 PC - Username consists of only Korean characters, no alphabets. Let's call this username "CHOI" FYI: As you see "Backslash - Confusion in usage", if you see a WON sign (Korean dollar sign, looks like W), that is identical to the backslash. 1. When exectuing "Setup_EmbeddedStudio_ARM_v334a_win_x64" on desktop directory (C:\Users\CHOI\Desktop\) forum.segger.…
-
Thanks for your reply, Nino. I will try the BP expressions. In the meantime, I always felt cumbersome to execute Ozone when using SES 3. Are there any plans to integrate Ozone into SES? Maybe bringing Ozone's debugging features to SES will make SES 3 better.
-
Hello, I'm Matthew. I'm using SEGGER ES v3.34 with Nordic's PCA10040 board. This board has an onboard J-Link. [img]https://i-msdn.sec.s-msft.com/dynimg/IC802406.jpeg[/img] As shown from the above picture, the Visual Studio can configure breakpoints with various conditions. IAR EWARM can also configure conditional breakpoints, too. I wanted to configure something similar with SES. forum.segger.com/index.php/Attachment/2216/ 1. Is it possible to configure hit counts or special conditions with SES'…
-
Oh, I see what you mean. Is it possible to set a memory range to copy the memory area? Since I have a big array (32-bit float x 1024), selecting that region with a mouse is quite painful. I was hoping something similar to Keil's Save command (save filename address1 address2). This similar feature is not currently supported in ES, isn't it? Hope a similar feature to be added someday. Or should I use other tools like J-Mem or Ozone? -Regards, Matthew
-
Quote from SEGGER - Johannes: “The memory content can only be exported as text or binary data.” Thanks, Johannes. Can you help me with the text exporting feature, please? I cannot find that from the manual. How can I export memory contents as text with ES? In the meantime, I will try the Watch-clipboard feature. -Warm Regards, Matthew
-
Hi, Johannes. At least my wishes are on the wishlist, that will do! Due to your team's effort, I will be more absorbed in ES's experience more and more. Thanks for your reply and happy new year!
-
Hi, I'm Matthew. I tried to search this memory dumping feature on the web, but I couldn't find it. I use 64-bit SES 3.30 on a 64-bit Windows 10 machine. C Source Code (23 lines) forum.segger.com/index.php/Attachment/2209/ I have a big array. I tried to drag all the HEX values from the memory view. However, calculating these back to 32-bit float values was quite a pain. Is there a convenient feature from SES that can dump the memory (from address to end address) as a specific data type (float, do…
-
Hi, I'm Matthew. I use - 64-bit SES 3.30 on 64-bit Windows 10 - J-Link Plus or onboard J-Link (Nordic's dev kits have a J-Link on the board itself) - J-Link 6.16h - Nordic's PCA10040 v1.1.1 board (this board uses nRF52832-QFAA MCU) forum.segger.com/index.php/Attachment/2208/ My teammates have adopted Doxygen recently. So I was looking for some convenient features from SES to insert Doxygen related comments. When I create a new C/C++ source/header file with SES, just like the above picture, a bla…
-
Wow, Nino! That was unexpected. Thanks for your answer, it works now. forum.segger.com/index.php/Attachment/2185/ $(ProjectDir)/../../../../../../components/softdevice/s132/hex/s132_nrf52_5.0.0_softdevice.hex was the answer. Problem solved! Appreciate your effort! -Regards, Matthew
-
Hi, I'm Matthew. I use - 64-bit SES 3.30 on 64-bit Windows 10 & MacOS (Nordic's free commercial license) - J-Link Plus or onboard J-Link (Nordic's dev kits have a J-Link on the board itself) - J-Link 6.22 - Nordic's PCA10040 v1.1.1 board (this board uses nRF52832-QFAA MCU) If I configure the path of the "Additional Load File[0]" as an absolute path, SES loads the hex file nicely. forum.segger.com/index.php/Attachment/2182/ Whereas when it is configured as a relative path, it shows the above erro…
-
Thanks, Nino. DOC 13.3.4 RTT in other host applications RTT can also be integrated in any other PC application like a debugger or a data visualizer in either of two ways. • The application can establish a socket connection to the RTT Telnet Server which is opened on localhost:19021 when a J-Link connection is active. • The application creates its own connection to J-Link and uses the J-Link RTT API which is part of the J-Link SDK to directly configure and use RTT. The Nordic devzone also posted …
-
Quote from SEGGER - Nino: “If you want to use something like J-Scope that relies on high speed sampling (HSS) then you will need to purchase a J-Link SDK for your company: segger.com/products/debug-probes/j-link/tools/j-scope/ ” Hi, Nino! I definitely don't need the HSS. Thanks for telling me. I have installed J-Link V6.22a, by the way. forum.segger.com/index.php/Attachment/2147/ About the source, are you mentioning these "SEGGER_RTT_XXX" API functions? I have understood that if I use the "SEGGE…
-
Hi, I'm Matthew. I use Nordic's PCA10040 (nRF-52 dev kit which has SEGGER's J-Link), and SES 3. I'm new to the SystemView so my idea might sound weird. Most of the time, people use UART/RS232 serial communication; a USB-UART converter to log or plot data. Using Qt5, the cross-platform GUI application framework, I wanted to draw a graph or a line chart after receiving data. [img]https://doc.qt.io/qt-5/images/examples_chartthemes_light.png[/img] However, each desktop OS required OS specific serial…
-
Quote from SEGGER - Nino: “The difference to the Output memory usage window is because the memory usage can be split differently depending on what method is used to calculate the values. If you sum both values up you will notice that they are actually equal. 75,7 + 13,4 = 80,4 + 8,7 ” Oh, I see. Come to think of it, the startup code has code to copy the ".data" from Flash to RAM . [img]http://www.bravegnu.org/gnu-eprog/csections.png[/img] That calculation sure solved my mystery. Case complete! T…