lenli Community Member

  • Member since Aug 7th 2023

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

  • lenli -

    Replied to the thread [SOLVED] the gnu linker bug for new version of segger.

    Post
    hi: thanks ,i solve it. Using Segger's own linker script will automatically link __SEGGER_RTL_vfprintf and __SEGGER_RTL_vfscanf. But I use the linker written by GNU format which cannot automatically link __SEGGER_RTL_vfprintf and __SEGGER_RTL_vfscanf.
  • lenli -

    Replied to the thread [SOLVED] the gnu linker bug for new version of segger.

    Post
    hi: thank your reply. you,re right. According to the documentation, SEGGER_RTT_printf can be used. But there,re two question。 One problem is that the current SEGGER_RTT_printf formatting output has too many restrictions (such as outputting long…