User Activity

Hi All,I config UART on interrupt, after receving data on UART simple sending data at that time hard fault occur.UART enabling code MX_GPIO_Init(); MX_DMA_Init(); MX_USART2_UART_Init(); MX_RTC_Init(); MX_SPI3_Init(); MX_TIM2_Init(); MX_TI...
Hi All,I am trying to sync stm internal RTC by GSM. Now I am facing some issue. whenever I get the time from network I have to RESET the controller to get the network time.Do I have to reset the controller every time when ever I sync the RTC or there...
Hi all,STM32F303 is as capability to sens touch which is surface touch principal . I am trying to get the values on STM studio but unfortunately i am not able to see any values on it. there always a flat line. I am posting my code can anyone tell me ...
Hi All,I am reading data from UART via polling method. I am sending random data on UART pins and reading on terminal. in that case my program is working fine in debug mode but when try to make this work without debug mode or I can say normal program ...
Hi All,I am trying to receive data on USART1 but I am not getting data on USART1. Apart from USART1 USART2 & 3 is working fine.As per datasheet USART1 pins are showing on (PE1, PE0 or PC5 & PC4). When I am use PE1 & PE0 that time USART1 is not workin...