Search Results

Search results 1-11 of 11.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • After proposed flow, I do it, then realize that bootloader is missing, and I double check my startup scripts, in J-link version it was a typo in path. Instead of load ADV2_BL.elf I had load ./Debug/Application.elf . Two times load only application. It can be marked as solved.

  • Hello, I see issue when I try to work with different HW boards. It is the same boards, but just several exemplars. When I switch to other exemplar of target HW (with older FW in flash), as a result I see CPU in some hard fault or in other OS configASSERT trap. There .gdb log shows that all Downloads are verified with OK mark. I'm a little bit confused that same .elf files have different behavior based on debugger selection. Also, after programming target HW by ST-LINK, I able correctly work with…

  • After fast tests it seems that root cause in configUSE_PORT_OPTIMISED_TASK_SELECTION 1. It seems that plugin incorrectly interprets data in case when configUSE_PORT_OPTIMISED_TASK_SELECTION 1 configuration. Simmilar issues: [SOLVED] J-Link FreeRTOS version 10 support (GDBServer/RTOSPlugin_FreeRTOS), priority read-out issue... [SOLVED] JLinkGDBServer FreeRTOS ThreadAwareness and configMAX_PRIORITIES [ABANDONED] WARNING: Mis-aligned memory read (J-Link V618a on re-flashed STM32F3Discovery) So, now…

  • Also, this is my startup script. Coud it be an issue if I load two elf with FreeRTOS? Source Code (48 lines)

  • the xTasksWaitingTermination is 0 because of INCLUDE_vTaskDelete uxTopUsedPriority not exists in FreeRTOS 9.0.0

  • Also I see suspicious reads: ...Breakpoint reached @ address 0x080255A8 WARNING: Mis-aligned memory read: Address: 0x0000002D, NumBytes: 4, Alignment: 4 (Word-aligned) WARNING: Failed to read memory @ address 0x4B080067 ERROR: Error reading thread name in FreeRTOS task control block. Reading all registers Read 4 bytes @ address 0x080255A8 (Data = 0xF7ED200A) Removing breakpoint @ address 0x080255A2, Size = 2 Is there any documented sequence about plugin readings? Why I'm asking - I try to catch …

  • I'm already use v6.31i The command line for GDB server start: "C:\Program Files (x86)\SEGGER\JLink_V632i\JLinkGDBServerCL.exe" -port 2331 -s -CPU Cortex-M -device STM32F429VE -endian little -speed 4000 -if swd -vd -rtos "C:\Program Files (x86)\SEGGER\JLink_V632i\GDBServer\RTOSPlugin_FreeRTOS.dll" I'm using -Og optimization level and nest OS config: #define configMAX_TASK_NAME_LEN ( 15 ) #define configMAX_PRIORITIES ( 7 ) #define configUSE_TRACE_FACILITY 1 #define configUSE_16_BIT_TICKS 0 #define…

  • Hello, How can I verify that j-link thread-aware FreeRTOOS debugging works correctly? On some point of debugging I see corrupted thread records is "call stack"/"Debug" window. But after a while (several thread switches) it becomes normal. The other "NXP" and "Attolic" FreeRTOOS plugins have no issues to show set of threads. I'm using FreeRTOOS 9.0.0 on STM32F429 Is there any known issue?

  • If I correctly understand the manual, the ETHERNET connection works only with SEGGER GDB server. 5.4 FAQs Q: How can I use J-Link with GDB and Ethernet? A: You have to use the J-Link GDB Server in order to connect to J-Link via GDB andEthernet. Is there a possibility by default use ETHERNET interface instead of USB? Or, is there a way(eclipse plugin?) how to provoke IDE use TCP connection by default?

  • Hello, I have an issue to use GDB server in the J-Link Pro. I'm using Atollic True Studio 9.0.1 to connect to J-Link Pro I able to use debugger when use local GDB server and USB connection or using j-link GDB server APP on my PC and TCP connection in it. But, when I try to use ETHERNET connection: I able to connect to J-Link via Commander app: J-Link>ipaddr DHCP assigned network configuration IP-Addr: 192.168.111.218 Subnetmask: 255.255.255.0 J-Link>conf USB-Address: 0 Enum. type: Real-SN is use…