embosview not working

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

  • embosview not working

    I am trying to connect embosview using J-Link via USB interface. But I am not able to see any data on GUI although I am seeing the packets exchange in embosview GUI
    (As attached).

    Can you please help me to setup the embosview with my target device.

    Following are my configurations:
    J-Link Version 4.4

    target Device :
    ATMEL - AT91SAM9CN12

    Data Sheet : atmel.com/Images/atmel-11063-3…11-sam9cn12_datasheet.pdf
    Images
    • embosview.jpg

      106.58 kB, 1,366×768, viewed 865 times
    • J-link conf.jpg

      141.57 kB, 1,366×768, viewed 884 times
  • HI,

    could you please give some basic information?
    1. Which embOS and which embOS version are you using?
    2. Are you using an embOS start project? Which one?
    3. Please ensure in the General Tab "Do not communicate" is not checked

    Could you also please check in the according RTOSInit.c if any data is received (_DCC_OnRx())?

    Best regards,
    Til
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.
  • Hi Til,

    Thanks for your support. It is working now.

    Actually in RTOSinit file , support of DCC was disabled.

    #define OS_VIEW_USE_UART 1

    #define OS_USE_DCC 0



    After enabling the DCC , I am able to see all the relevant information in emboSview GUI.

    Regards,
    Shobhit
  • Hi Shobhit,

    thanks for your feedback.
    As long as you are in embOS support you can also contact us directly by the embOS support email address.

    Best regards,
    Til
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.