User Activity

I am working on FreeRTOS on the STM32F777II. Was just curious, how can I configure TCM (CCM) memory for use and how can I force the linker to use this TCM memory only for selected variables declarations?
I have configured a UART to receive in DMA mode where the size of the buffer is around 64 bytes. So, basically the HAL_UART_RxCpltCallback() DMA receive complete interrupt will only fire when 64 chars are received. Is there a way in STM32 through wh...
I am currently working on an embedded firmware development which uses FreeRTOS running on an STM32F777II microcontroller. Resource wise, I have around 10 tasks (total sum of stack size will be under 40 KByte) at the same priority, around 4 queues of ...
I am new to linker scripts and barely understand how they are written. Can somebody please help what all changes do I need to add CCRAM in the linker script for STM32F777II?
Can we run real-time Linux on the STM32F7 series (particularly STM32F777II)?What all real-time Linux versions are available in the market today that can be chosen?What benefits does real-time linux will bring in on the MCU as compared to going for a ...
Kudos from