This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

problems being faced while using printf() statements

can anybody please help me as i am facing problems using printf() statements as i am not understanding how i will print the statements on the console.

can anyone provide us with the steps for console debugging using printf() statements.

Parents
  • yes sure sir, i am working on linux using gnu-arm 3.4.3 toolchain and i am trying to understand the code flow by using printf() statements and connecting it to UART0 port and trying to find out the code flow on minicom...

    but the messages are getting printed but they are garbage values getting printed

    also i have written a code for debugging using ASSERT under a different file named usbdebug.h and defined there with printf().

Reply
  • yes sure sir, i am working on linux using gnu-arm 3.4.3 toolchain and i am trying to understand the code flow by using printf() statements and connecting it to UART0 port and trying to find out the code flow on minicom...

    but the messages are getting printed but they are garbage values getting printed

    also i have written a code for debugging using ASSERT under a different file named usbdebug.h and defined there with printf().

Children