Hello,
I have my boot loader and my application running fine until i initialize the USB. If i directly jump to application without initializing USB, then application runs fine. If i initialize the USB in boot loader, the application gets hung during initialization only. The USB init takes 3 interrupts namely, timer1, usb, and systick. In boot loader i am only using IntMasterDisable() function before jumping to application. Do i need to do anything else before jumping to application.? I think the interrupts are causing some issues with the application.
Regards,
Naman