Other Parts Discussed in Thread: TMS570LS20216, HALCOGEN
Hi Team,
I am facing problem in printing string before I print value of variable with printf.
1: Printf(" Hello Hi");
This will work fine....
2. when i try this :
int i =100;
printf(" Value of i = %x\n", i);
in this case i am not able to display the string Value of i = , only 64 is displayed.
Looking for your valuable assistance.
-- Jaggu

