Tool/software: Code Composer Studio
hello sir,
we are using timer B (as capture mode CCR5 & CCR6 pin no 28 and 29).. in that every thing works fine when capture frequency is less but when frequency is more (around 50kHz ) is not coming out of the timer B ISR.. we also have ADC, WDOG , UART0 and Timer A interrupts. UART having modbus RTU protocol so it is continuously polling other devices..
so when high frequancy given in the pin(28 and 29) it will affect the UART interrupt and instrument gets hang.. so guide us how to deal with it
is this a interrupt priority problem? .. if it is then how to set the interrupt priority in MSP ?