This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Printf to console broken after vectoring from boot to application

Other Parts Discussed in Thread: TMS320F2812

Hello,

       I'm running some boot and some app code from seperate sections of the flash on a TMS320F2812.   The app works fine when run from the XDS100 without the boot, and as part of my instrumentation, writes stuff to the console. Hooray!   

       When I then load and run the boot, this also prints to the console as required. It then uses the 'standard' ExitBoot routine to vector to the start of the application. This works too. Hooray!  However, the printfs in the app don't display on the console. Boo! 

      When I load the symbols for my app code, I can step over a few function calls OK, but the things seem to hang, and when I stop the processor, we're in 'writemsg', I assume due to the printf call(s).    Am I missing a step here?  Don't forget that the printfs in the app work fine if the app is exectued stand-alone.  Help!!      Thanks,    Julian.