User Activity

Hi, I'm using STM32L0 series and working on UART to communicate with other module and I had chosen the polling method because i know the device max response time and exact data what i'm going to receive. I was running my application for testing and i...
Hi,I'm using STM32L072 Discovery Board and generated UART code using CubeMx, I'm able to transmit the data via UART but not able to receive the data. Please help me in this regard.int main(void) { /* USER CODE BEGIN 1 */   /* USER CODE END 1 */  ...
Hi,I'm using STM32 Lora Discovery kit to run the code generated by cubemx for RTC, While on debug i'm get the RTC values but when run normally then i'm not getting any values except the initialised values for the time.Thanks & Regards,Vijay Rakesh
Hi,I had generated RTC code for STM32L072CZ using cubemx, I'm reading the time and sending data via uart, when I'm in debug mode i can able to see the time via UART and when i stop debug mode then timer doesn't increment instead the initial value is ...
Hi,I'm new STM32L072 (Discovery Kit) and I had generated a code to run the RTC using the LSI Clock and displaying the values via UART2 but the RTC values are not incremented even if rest button is pressed, Then I deactivated the calendar and observed...