User Activity

I have a STM32U5G9 based board. I use 2 ADCs, ADC1 and ADC2 in independent mode. I need to measure changing voltages with a lot digital noise filtering. I achieve this by setting ADC to sample the signal to a memory buffer via DMA, then averaging the...
I tried everything to send a simple wave through the DAC pin using HAL and STM32CubeIDE to configure the project. What I've checked that works: - Clock source- Trigger source- Output pin configuration- Built-in triangle and noise wave generation. I t...
I need to implement formatting of various media like SD cards or USB disks.With FATFS it was brain dead easy, it just worked without asking for the my shoe size and ultimate answer about universe and everything. With FILEX I need to provide just all ...
Let's say I have a custom container with my custom code.It is exported, so I can import it any time.However, when I delete the container, the code files remain in the project. That prevents importing the container again. I have to manually delete the...
The problem appeared when I deleted a custom container that contained a specific font. I also deleted the typography. Then for a test purpose, I imported the custom container again. I got an error, that my font file is being open, so the import proce...