• using jtag as debug console from test app
    LPC2xxx I need to create an automated test fixture for an LPC based widget. Normally this would be my test shell code running on a PC and my embedded test kernel on the target. The two would communicate...
  • using jtag as debug console from test app
    LPC2xxx I need to create an automated test fixture for an LPC based widget. Normally this would be my test shell code running on a PC and my embedded test kernel on the target. The two would communicate...
  • Text to both Debug window and a text file
    Hello I'm able to send text to the 'Debug (printf) Viewer' using: printf("Pin is set high\n"); However, I'm wanting to also send text to a file stored on the computer. Is this possible...
  • Text to both Debug window and a text file
    Hello I'm able to send text to the 'Debug (printf) Viewer' using: printf("Pin is set high\n"); However, I'm wanting to also send text to a file stored on the computer. Is this possible...
  • Both Development Studio and DS5 fail to load debug symbols off gcc-generated ELF
    Hi, This is is what I've discovered, and I am hoping it helps others: When we upped the C++ std support from 11 to 17 with the GCC option -std=gnu++17, both DS5 (all versions) and Development Studio...