[ABANDONED] Start SystemView crash my program

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

  • [ABANDONED] Start SystemView crash my program

    Hi

    So I'm currently working on a NUCLEO-L476 (so cortex m4f) with FreeRTOS 10.2.1.
    I only have one task : it waits for a notification from a button to blink a led

    The main is simple:

    Source Code

    1. HAL_Init();
    2. SystemClock_Config();
    3. MX_GPIO_Init();
    4. SEGGER_SYSVIEW_Conf();
    5. freertos__init();

    My program works fine until I try to run SystemView. When I start SystemView, the program crash (see IDLE task)



    My FreeRTOS and SEGGER folder has been tested with a nucleo-F446 and work fine with SystemView
    Any idea what could be the cause of this error on this project ?