User Activity

I'me using STM32F103C8 MCU with Stm32CubeIDE 1.6.1. Project uses CMSIS OS v1 and 3 UARTs enabled global interrupts. UART settings 57600 8 N 1 for all three.Interrupts handled in the callback:uint8_t rxByte[UART_COUNT] = {0}; QueueHandle_t uartQueue...
STM32CubeIDE + FreeRTOS crashes newlib nano calls in multithread environment with sprintf("%f"). Any strtok, sprintf and other malloc calls crashes. Also USB-LL malloc calls in ISRs are not good either.newlib reentrant doesn't helpnadler solution fro...
How to configure working settings for STM32F469i-Disco for LCD with FreeRTOS and STemWin?Which STemWin library to link STemWin_CM4_wc32.a, STemWin_CM4_OS_wc32.a, STemWin_CM4_OS_wc32_ot.a?How to configure LTDC, DMA2D, DSIHOST, FMC to work correctly an...
There is a bug in ADC configuration (MX perspective): "DMA Continuos Conversion Request" cannot be selected. And is rewrited back to disabled with code regeneration when corrected in code by hand.There is a bug in STemWin configuration (MX perspectiv...