Technical discussions about the TI C28x DSPs (including the C2810, C2811, C2812, F2801, F2806, F2808, F2810,, F2811, F2812, R2811 and R2812).
Hi all, I am getting started on programming the ezDSP2808. For now, all I need is a function to poll some of the GPIO pins and display their values in a message window. I am trying to figure out using the LOG_printf function. I can display text strings, but when I try to use it with numbers, I get long strings of gibberish. In the configuration, I have it set to 'printf' rather than raw. I used normal printf type formatting, like: int var; LOG_printf( &trace, "value = %x\n", var ); Can someone help me? Ian ___________________________________________________________________