User Activity

Hi,I'm receiving characters in polling mode on USART2 in an STM32L476VG.The USART is set up and enabled. I have set the timeout period using LL_USART_SetRxTimeout(USART2, 30000);ie 3 seconds at 9600 baud.My Get Char routine is as follows:int8_t AquaG...
Hi,I'm receiving characters in polling mode on USART2 in an STM32L476VG.The USART is set up and enabled. I have the following in my receive character routine:// Get a character from the Aquaflex port // timeout with return = 0 int8_t AquaGetChar() {...
I have an issue with the ST USB Virtual com port, on an STM32L152RC.When I plug the device into my PC, the COM port appears as it should, and the Windows Device Manager indicates it is working properly.I have a C# program on the PC which selects and ...
Hi there,I want the calendar/clock to retain its value after a watchdog or other non-power-on reset.Here is my code, near the beginning of main.c: // and same for the real time clock, but don't intialise it unless it's a power-on reset if (LL_RCC_Is...
Hi all,I have an STM151 system (our own PCB) running FreeRTOS. As recommended, I leave TIM6 for the FreeRTOS timer,. and am using TIM2 to provide a source for the HAL_Tick timebase.In the BeforeSleepTasks (ie when all RTOS tasks are idle and the CPU...
Kudos from