SEGGER - Nino Administrator

  • Member since Jan 2nd 2017
Last Activity
, Viewing forum index

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

  • SEGGER - Nino -

    Replied to the thread [CLOSED] Multiple Reads from the same address.

    Post
    Hello, Please note that discussion J-Link API in public is a license violation. If you have a J-Link SDK in valid support period please contact us via our official support channel as explained in my signature. This thread will be closed now. Best…
  • SEGGER - Nino -

    Replied to the thread Autocomplete precedence.

    Post
    Hello, Thank you for your inquiry. It is possible that older Embedded Studio versions the autocomplete feature would not always prioritize the expected symbols. But with the next Embedded Studio major release V8 we are adding a new language server so…
  • SEGGER - Nino -

    Replied to the thread Problems executing post-build script.

    Post
    Hello, Thank you for your inquiry. Quote from Eqqman: “As I understand it, I cannot tell SES to directly execute the PY file. ” That is not correct. You can call the same Python CL call that you do in your bat file directly in post build…
  • SEGGER - Nino -

    Replied to the thread Does SES support RISC-V P extension.

    Post
    Hello, Thank you for your inquiry. Yes it is supported if you set the toolchain to the Andes toolchain. You can do so by either creating a new project for an Andes device, or if you are using a different target device you can go to project options and…
  • SEGGER - Nino -

    Replied to the thread undefined reference to `__aeabi_read_tp'.

    Post
    Hello, Thank you for your inquiry. Such an issue is not known to us. Could you try the latest Embedded Studio version, do you see the same issue there? If yes, could you provide an example project for reproduction? Best regards, Nino
  • SEGGER - Nino -

    Replied to the thread SES v7.32 cannot talk to nordic target board.

    Post
    Hello, Thank you for your inquiry. The "low on memory" error from J-Link usually happens if a debug session is not closed gracefully and target connection is simply dropped during debugging. This might be due to low power modes, the target application…
  • Hi Gavin, Please note that bumping threads without added information is against forum rules. Please do not do it again, otherwise your account will be banned. This will be the only warning. Please also note that this is not a support forum but a…
  • SEGGER - Nino -

    Replied to the thread [SOLVED] SES v7.32 analyze fails where v7.30 succeeds.

    Post
    Hello Adam, Great to hear that you are up and running again. This thread will be considered as closed now. Best regards, Nino
  • SEGGER - Nino -

    Replied to the thread Erase all option missing in 7.32.

    Post
    Hello, Thank you for your inquiry. Indeed the option went missing between versions. It should be reintroduced with the next Embedded Studio update. To get a notification when it is available you can subscribe here:
  • SEGGER - Nino -

    Replied to the thread Seeking for MCIMX6D7 Package, NXP i.MX6.

    Post
    Hello, Thank you for your inquiry. There is none as this is a Cortex-A device which does not have any silicon vendor CMSIS files which would be required for a CPU support package. Nonetheless you can simply create a generic project for the MCIMX6D7.…
  • SEGGER - Nino -

    Replied to the thread [SOLVED] SES v7.32 analyze fails where v7.30 succeeds.

    Post
    Hello Adam, Thank you for your inquiry. The GNUC define seems duplicate. We will check if this can be removed again. Regarding the error you see. It is possible that an updated clang-tidy reacts differently to the same source. As a workaround you can…