Search Results
Search results 1-16 of 16.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hi Nino, i can confirm all two issues are solved now Segger has great support Best regards, Mario
-
Hi Nino, correct we are talking about two different issues. again: 5.20 very slow "Find in FIles" Reverting to 5.10d" fast I will open a support ticket with example project Thanks, Mario
-
Hi Nino, .) Host OS, Windows 8.1, WIndows 10 same .) My example project is working(no private source code included), but my wirking projects are not working (lot of files and closed source from my company) .) I press only F7 Strange thing: When i recompile the whole project with 5.10d, then switch to IDE 5.20 and press F7, all is working, after recompile the whole with IDE 5.20 the summary graphical flash and ram disappears Best regards, Mario
-
Hi Nino, indexing process is finished, no graphical flash and ram usage) output. See attached pictures Best regards, Mario
-
Same here, the summary output window is also missing (graphical flash and ram usage), revert also to version 5.10.b
-
Hi Neculai, do you use the segger linker ? For the segger linker i have a simple solution in the linker script keep { section .vectors, section .appl_cfg }; In your c file you have to add the attribute used: const uint32_t serial_number __attribute__((used, section(".appl_cfg"))) = 1; I suggest to use the segger linker because, there are many other cool features ...
-
With Ozone it should be possible. I use windows ozone version V2.60o and "Attach & Halt" is working for all my devices STM32H7xx, STM32F4xx, STM32F1xx EmStudio option "Debug with Ozone" is also not working, but this is no problem for me.
-
I use a µC XMC4800, this controller flash has differnt address section for cached /uncached access PMU0 Program Flash Bank(non-cached) 2.0 Mbyte at 0C000000 PMU0 Program Flash Bank(cached space) 2.0 Mbyte at 08000000 ( different address space for the same physical memory, mapped in the non- cached address space ) With the GNC linker i can set a VMA(virtual memory address) and a LMA(load memory address) For example: MEMORY { FLASH_0_cached(RX) : ORIGIN = 0x08000000, LENGTH = 0x00010000 FLASH_0_un…
-
Hallo Nino, .) ES 4.01 Beta and 3.52a .) Target STM32F4xx .) j-link ultra+, SWD Interface Watch all entries of array[] in watch windows and scroll. Best regards; Mario
-
Hi, durring debugging, large arrays in watch window slow down all other part's of IDE Suggestion: only update the visible part/entries of the array shown in the watch window Thanks, Mario
-
What does this Segger Linker error mean ? Exception table sections and plain sections cannot be mixed
-
Hi, i tested the new Segger linker and there are two small problems 1.) Stack memory is not shown graphically in the output window( with the GNU linker i see the stack memory at the end of the RAM) 2.) no linker error when i use a undefined memory section ( char dummy__attribute__ ((section ("foox))) ), in this case variable dummy will be linked to normal RAM it would be nice, if you provide more detailed examples ... Thanks, Mario