User Activity

I was able to successfully install and launch CubeMX. However, I cannot download the packages. In my case I need the STM32CubeG0 firmware packages. When I download it manually and select "From Local" I get "Failed to create temporary directory". In ~...
I have a problem with a hardfault in my system that I cannot resolve. The problem occurred while operating the display. When I change the transparency value, hardfaults suddenly occur (BSP_LCD_SetTransparency). But elsewhere in the program.Now I have...
I'm experimenting with the LCD library on the STM32F746G-DISCO board. I wanted to display an image from a BMP file on the display. Unfortunately this never worked. I looked at several examples, and finally noticed that the function LL_ConvertLineToAR...
I am using a STM32 Discovery Board with external SD Ram. I used the memory in RAM so far by creating a Ponter in the SD-Ram address area.But now my program is getting more and more complex and I could use a memory manager. Can I use the Malloc, Callo...
I have a 32F746GDISCOVERY and would like to test the dsp functionalities with a correlation.I have the following code:#include "arm_math.h" extern void arm_correlate_fast_q31(q31_t * pSrcA, uint32_t srcALen, q31_t * pSrcB, uint32_t srcBLen, q31_t * p...
Kudos from