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

Printf() size, questions?

How many bytes will printf() take up in a non debug-monitor
environment?

Also, is it easy to set up printf() to map to a second UART?
I will need control of the UART ISR so that I can handle receives
appropriately. How will this confict with printf()?

Parents
  • I cannot tell if MAXARGS controlled variable length parameter passing uses internal RAM or external RAM ?? (I see both in the searches).

    Notwithstanding the limits if internal RAM total and other uses of either RAM, is there a maximum parameter value for MAXARGS ?

    Thanks,
    Tom

Reply
  • I cannot tell if MAXARGS controlled variable length parameter passing uses internal RAM or external RAM ?? (I see both in the searches).

    Notwithstanding the limits if internal RAM total and other uses of either RAM, is there a maximum parameter value for MAXARGS ?

    Thanks,
    Tom

Children