User Activity

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...
Hello I wanted to create a external loader for STM32F411CEU6 (WeAct Blackpill board) and W25Q64 flash memory chip. I did it based on the tutorial from youtube link: https://www.youtube.com/watch?v=KlG2doCkREM&t=1792s I the tutorial i found link to W2...
Hello I tried to receive any CAN signal on my device based on STM32F303CCT6. Maybe you have solution :), CAN pins are remapped on PB9 and PB8 pins by STMCubeMX configuratorBelow my code (main.c): https://pastecode.io/s/7av2ge6mand my settings in con...