User Activity

HiIam using CUBEMX and kiel for my development. iam read date time from the GSM modemwhen i read it from the modem its looks like this. +QLTS: "20/09/24,18:08:18+22,0"+22 mean my time zone(+5:30). my actual time at this time is2020:09:24 23:38:20i wi...
Hi, i need to receive serial data as ISR. i have 3 USART module. this is my test code. this is work fine. but some time suddenly stop the firing ISR routing of receiving event .when i call this line after stop the modem RX ISR function HAL_UART_Recei...
Hi,I'am using STM32F103RE. i have enable 3 usart for GSM modem(USART1), Debug(UART4) and GPS(UART2). now i need to collect data under interrupt routing. it should be something like this, this is for ATMEL:D ISR(USART0_TX_vect) { byte myChar= UDR0...