User Activity

Hello, I am using ADXL345 and stm32f030xx for my project.I was trying to built an application that detect movement and free fall On these interrupt it will wake up stm32 from sleep mode.
Hello guys, I previously asked the question about the UART interrupt but not get any reply. Currently am able to receive data from uart interrupt but not able to clear the buffer to get new data. please help. my code is void USART1_IRQHandler(void) {...
Hello guys, hello @KnarfB​ ,@Community member​ I am struggling with this thing from past one month. I am using Quectel M66 gsm module and stm32f030cct6 controller. I am not able use UART interrupt for receiving large data when using gsm over uart. ho...
Hello Forum, I am using stm32f030cct6 and Quectel L86 GPS module for my application. I am doing coding on STMCubeIDE, using HAL libraries. The GPS module is in continuously receiving data mode. I am receiving that data on uart in a buffer.Max size of...