User Activity

Hello I have project where is used a STM32F103RGT6 (1Mbit flash and 96 kb SRAM) in LQFP-64 package.Is there a replacement for this MCU with more SRAM and faster clock? I found a STM32F415RGT6 with the same package, bigger SRAM size 192 kb versus 96 k...
Hi, have any of you communicated with a display based on the ST7735S controller? Based on this library: https://github.com/afiskon/stm32-st7735  I converted it from SPI communication to 8080 parallel control, but display does not work properly, while...
Hi, I have a problem with a module based on STM32, more precisely it is a module that collects data from the ebike, i.e. temperature, speed, etc. This system is powered by an external 12 V converter, which reduces the voltage from approximately 80 V ...
Hi, I want to design a board using STM32F446RET6 MCU. But I have a question about how to properly power the ADC system, and what the VCap_1 pin is. I read that I need to put a 4.7 uF ceramic capacitor with low ESR there. Below is an introductory grap...
Hello all,Maybe someone knows, why the STM32CubeIDE don,t reconize touchgfx::ScalableImage bat_img_w image?The error message is "Write occurrence of 'ScalableImage'". Of course I genererate code on TouchGFXDesigner and after in STM32CubeIDE. The Imag...