
Brice_38_FR Community Member
- Member since Jan 26th 2017
- Last Activity
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Brice_38_FR -
Replied to the thread Weird tasks appears.
PostAfter some investigations, I found that - SystemView timing is completely off (~250ms between 2 logs send by a timer triggered every 1.5s) but "real" timing is ok (check with an oscillo) - All the previous issues are not present if I disable the tickless… -
Brice_38_FR -
Posted the thread Weird tasks appears.
ThreadHi I'm currently porting a non-OS firmware to FreeRTOS 10.2.1. I re-used a previous FreeRTOS /systemview setup that was working fine on an other project / mcu (but still cortex-M). Program has 3 tasks + 2 timers. My firmware seems to work as expected… -
Brice_38_FR -
Replied to the thread [SOLVED] SystemView fail to print %s.
PostI solve this with - SEGGER_SYSVIEW_PrintfHost - #define SEGGER_SYSVIEW_PRINTF_IMPLICIT_FORMAT 1 -
Brice_38_FR -
Posted the thread [SOLVED] SystemView fail to print %s.
ThreadI'm trying to do Source Code (1 line) but the only text displayed in SystemView is "this is a test", the %s is skip I also tried SEGGER_SYSVIEW_ErrorfHost but with no success. Is it normal ? SystemView version is 3.12