Tool/software: Code Composer Studio
Hi,
Today I discover strangle problem. I use UART0 in bootloader to receive/send data in pooling, I use no interrupts in bootloader code. After the jump to user application code, everything works almost perfectly without mentioned in topic receive interrupt for UART0 which simply not appears. Strangle is that for UART1 and TIMERs etc. interrupts works but only for UART0 doesn't work. I don't want to share any callbacks function between bootloader code and user application code, perfect for me is completely independent software for bootloader and user code. I add only that when I write code without bootloader UART0 receive interrupt works perfectly, so the code is valid. Please give me some hints where to start an investigation.
Thanks
Best Regards
Michal