User Activity

My application uses UART BREAK detect to switch modes and I found a bug in the 1.17.2 ST HAL UART driver.Description of my application interface to the HAL UART driver:My app uases a Rx and Error callback.I perform RX 1 char at a time using the call ...
When I attempts to update STM32CubeIde 1.9.0 to 1.10.0 I get the following errorsAn error occurred while collecting items to be installedsession context was:(profile=STM32CubeIDE, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=,...
Working with a L4R5. I have chained TIM1 & TIM3 to create a 32 bit 1mS counter.Is it possible to reset both counters on an arbitrary 32 bit value?I would like to limit the count to 0x240c_8400; msec in one week.I understand how to reset a timer base...
I have a STM32L4R5 STM32CubeIde project using FreeRTOS.I have implemented _read(), _write() etc. to use UART for I/O.printf() is working fine.I can read characters from stdin using read(0, &mychar, 1) but getchar() does not work.I've traced through g...
Using STM32CubeIDE with a STM32L4R5.The RTC generated code initializes the RTC then sets the time and date.Is there a setting that will inhibit setting the RTC time and date during initialization?