Search Results

Search results 1-2 of 2.

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

  • Hi, I am also in similar situation. Also using FreeRTOS 10.4.3. I've been able to get some information back from the device before the SystemView (v3.54) crashes. See profile_log.PNG attached. One thing to add, is that I had to manually add C Source Code (1 line) to SEGGER_RTT_Config.h because it could not link the `.S` for ARMV7, since I am using Renesas R7FA6M5BH which is ARMV8, I thought that would be ok. I found this here (link). I can compile and run my FreeRTOS application, but cannot unde…

  • Hi, I've got a J-Link Debugger (Version 9.1) and would like to utilize it alongside Eclipse (Neon) with Segger J-Link/J-Flash stack + STM32F4 series MCUs. I've installed Segger J-Link plugin on Eclipse and the most up to date version of Segger toolpack (V6.10). The project has a Debug configuration added to utilize Segger J-Link debugger. Please see images attached with the Debugger (conf1) and Startup (conf2) tab configurations. When the debugger is started everything seems to be ok, but it jus…