User Activity

We have all SMT circuit which has BNO055 and STM32F446RET6. Currently our BNO on is not working. All we did was making our GPS module smt in our new version of our circuit and it stopped working. Is it because of our GPS module? Or it can be someth...
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 Timer 2 interrupt and an UART 4 interrupt for reading from a GPS module. But they don't work with each other. When I disable Timer 2 interrupt UART 4 interrupt starts to work.I did set Timer 2 interrupt preemption priority to 1 and UART 4 int...
I'm new to STM32 development. I need to use RF98W LoRa module and also I need high clock frequency. Problem is RFM98W datasheet says RFM98W has bit rate up to 300 kbps. To achieve 300kbps spi clock frequency I think I need to have low frequency arou...