we wrote a small application to jump to a desired address of our application from bootloader , but UART does not seem to work(i cannot see any transmitted values on terminal) once the application is started by the bootloader ,
is it something to do with transferring the vector table from bootloader to main application?