This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Error while integrating System view with segger embedded studios. Any linker settings?

I am trying to integrate segger embedded studios with segger system viewer for nrf52840dk.  so I have taken free rtos blinky project from nrfsdk and I have added necessary files from system viewer target source.I am getting this error related to linking!! Could some one give me your inputs of how can I solve this issue 

Thanks in advance, 

Ashok

 

Parents
  • Hi Ashok

    This is due to our FreeRTOS port having modified the file structure moving some code from port.c and portmacro.h to port_cmsis_systick.c and portmacro_cmsis.h among other things, which causes the patch file from SEGGER not to work. We are currently working on a review to see if we can update the SDK to match SEGGERs patch file.

    Currently, the only thing we have is this 7242.PatchedFiles.zip  manually providing the necessary changes to make systemview work with the nRF52. Keep in mind that these files use the GCC path and nrf52 for original files.

    Best regards,

    Simon

Reply
  • Hi Ashok

    This is due to our FreeRTOS port having modified the file structure moving some code from port.c and portmacro.h to port_cmsis_systick.c and portmacro_cmsis.h among other things, which causes the patch file from SEGGER not to work. We are currently working on a review to see if we can update the SDK to match SEGGERs patch file.

    Currently, the only thing we have is this 7242.PatchedFiles.zip  manually providing the necessary changes to make systemview work with the nRF52. Keep in mind that these files use the GCC path and nrf52 for original files.

    Best regards,

    Simon

Children
Related