Browse By Tags

Sorry, but there are no more tags available to filter with.
  • printf retargetting for nano-specs Cortex M0

    With nano-specs I can't get printf statements like this to work where it needs to take in values from a variable.

    printf ("Data1 %d\n", data1);

    A simpler printf with just characters work ok.

    printf ("abc\n");

    Per the standard CMSDK…