Search Results
Search results 981-1,000 of 1,000. There are more results available, please enhance your search parameters.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hello Thomas, Thank you for your inquiry. The DTCM area will be added to the auto search range with the next J-Link DLL update. Best regards, Nino
-
Hello, Thank you for your feedback. 1 and 2 are reproducible and will be fixed. 3: Yes the same variable is used, however this is no bug as a user usually would pick one of the settings and keep it and not switch between configurations often. Best regards, Nino
-
Hello, Thank you for your inquiry. What is the address you are writing to? Best regards, Nino
-
Hello Thomas, The Existing Session option was never active in SystemView as the implementation back then was unfortunately not reliable enough. So in the current version of SystemView it has been removed. To use SystemView alongside with Ozone make sure that RTT is disabled in Ozone. The "multiple DLL sessions" to one target device feature is planned to return but currently we do not have a fix timeschedule for this. Best regards, Nino
-
Hello, Thank you for your inquiry. The linker script looks correct on first glance. Could you provide an example project for reproduction where the no source behaviour is reproducible with? Best regards, Nino
-
Hello, Thank you for your inquiry. An example UART implementation can be found here: wiki.segger.com/Use_SystemView_UART_Recorder Best regards, Nino
-
Hello, Quote from GaSSiS: “Could you correct me, please, what I'm doing wrong? What should be double-checked? As I understand, the reading from a halted microcontroller without calling SEGGER_SYSVIEW_Stop() should be available in post-mortem mode, shouldn't it? ” Correct. Did you follow the steps explained in the SystemView user manual in section 3.11.3? Is your target device reset somehow so the SystemView data in RAM may become corrupted or deleted? Best regards, Nino
-
Hello, Thank you for your inquiry. For target specific and Nordic SDK specific questions we recommend contacting the silicon vendor directly. This thread will be closed now. Best regards, Nino
-
Hello, Does the solution in the other thread help? Could you provide your complete linker script and the name of the target device you are using it on so we see the complete picture? Best regards, Nino
-
Hello, Thank you for your inquiry, The alignment option will only check if the start address of a section is aligned to that value. It will not affect the size of the section. If you want to set a specific size you can do as follows: Source Code (1 line)This will set the vectors block to a fixed size of 1024 bytes and check for alignment of the start address to be aligned to 512 bytes. Does that work for you? Could you elaborate what you mean to achieve with the keep attribute? Is this also rela…
-
Quick update. This should be fixed in the latest Embedded Studio V4.52b. Can you verify this? Best regards, Nino
-
Hello, Thank you for your inquiry. Quote from Gueston: “How can I configure the option that segger auto inserts a curly brace } after a statement. For instance, if I type if () { then it's not auto inserting the closing brace } like almost all other editors do by default. ” This is not available yet. We put it on our feature wishlist for our editor. Currently we do not have a fixed timeschedule for this. Regarding CTemplates. You can change them to your liking by editing the studio.xml file in t…
-
Hello Rob, Thank you for your inquiry. The only way to do this was described in the linked thread by Johannes which is essentially your "workaround". Best regards, Nino
-
Hello, There is a difference between CPU support packages and Board support packages. The CPU packages are based on CMSIS and give you all essential files to get started with the CPU. Peripherals however are board dependent and as we can't guess what peripherals a customer uses or how it is connected to the MCU these are not part of CPU packages but BSPs (Board support packages) which are based on the CPU support packages and tailored for a specific eval board. There you will also find all our e…
-
Hello, This is no issue with Ozone as Ozone correctly finds the entry point of this application which is __iar_program_start in this particular elf file. IAR creates this information. Ozone only displays it. So Elf.GetEntryPointPC() does exactly what is documented. Anyhow we will add an option in the project wizard so you can generate the Ozone projects better so such elf files with unexpected information in them still work normally. We will consider this thread as solved now. Best regards, Nino
-
Hello, Quick update. This should be fixed in the latest J-Link software. Could you give it a try? Simply install the latest J-Link software package. segger.com/downloads/jlink/#J-…twareAndDocumentationPack On Windows you will be prompted with the DLL updater at the end of the installation. Make sure the Embedded Studio version is selected and Embedded Studio is closed. Then simply press OK. On macOS and Linux you would have to update the J-Link DLL (.so) manually. Could you verify that the issue…