Question
Fast Timer Interrupt Distrupts My Program
I need to achieve fast interrupts because I'm making integration from accelerometer and gyroscope datas in my code. And when I set a timer interrupt frequency to 2.5ms code get stuck. But when I increase timer frequency to 25ms it works just fine.
I have 3 sensors, 1 sd card module, 1 lora module and a gps module. Can UART, SPI or I2C transmissions get distrupted by fast timers?
Thank you for your time.