steveh

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: VisualGDB and multiple package versions #11853
    steveh
    Participant

    Thanks. I’ll try out the preview.

    -steve

    in reply to: PRINTF with mbed #11543
    steveh
    Participant

    Thanks for the response.  I’m seeing the prints while in PuTTY so I’m able to verify that the 3rd option works.

    in reply to: PRINTF with mbed #11504
    steveh
    Participant

    Hi,

    Sorry.  I neglected to mention that this was on a Nucleo 411RE.  This was trying to use the virtual com port built into the ST-Link.

    In March or April I was able to print and have it appear in the VS Output window.  I have been able to utilize a terminal window to see the traffic.  I was hoping that the VS Output window could be used again.

    Was this an intended design change?

    Thanks!

    • This reply was modified 6 years, 10 months ago by steveh.
    in reply to: PRINTF with mbed #11487
    steveh
    Participant

    I’m having the same issue with a simple program for printing.  This is a LED Blink app with all the settings at their defaults in project creation.   The simple program is below and doesn’t output anything.  I’m using VisgualGDB 5.2R9.

    int main()
    
    {
        Serial pc2(USBTX, USBRX, 9600);
    
        for (;;)
    
        {
            g_LED = 1;
            wait_ms(500);
            pc2.printf("output\r\n");
         }
    
    }
    • This reply was modified 6 years, 10 months ago by steveh.
    in reply to: Debugging HAL_CM4.S in Mbed with Nucleo411RE #11246
    steveh
    Participant

    Thanks!

    The breakpoints repair button fixed this.

Viewing 5 posts - 1 through 5 (of 5 total)