STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! VREF Internal voltage reference G431 series

Hello,Can anyone suggest whether or not I need to connect external capacitors to the VREF+ pin if I plan to use VREF only for the onboard DAC?Could this be a hardware problem?STM32G431CBT6. The problem is that on the oscillogram I see oscillations wi...

Settings.png Oscillogram.png Pinout.png Capacitors.png
CrazyChel by Associate III
  • 430 Views
  • 4 replies
  • 0 kudos

Setup PWM on TIM12 for trailing edge or leading edge

 Dear all,I have a custom pcb with a STM32H753 on it.There I'm already using the TIM12 function for generating a PWM output signal This is my init function - generated from CubeMX: void MX_TIM12_Init(void) { /* USER CODE BEGIN TIM12_Init 0 */ /...

img_temp_6429c917c5df00-74083290-87095399.png
julred by Associate II
  • 417 Views
  • 4 replies
  • 0 kudos

Resolved! What is the correct connection for VCAP1 and VCAP2?

Hello,VCAP1 and VCAP2 are external capacitors for the core's voltage regulator.The data sheet for the STM32F479VI states that, "Stabilization for the main regulator is achieved by connecting an external capacitor CEXT to the VCAP1/VCAP2 pins."I inter...

Screenshot 2024-08-07 at 16.33.18.png exlabs_0-1723045268783.png Screenshot 2024-08-07 at 16.33.45.png
exlabs by Associate II
  • 625 Views
  • 1 replies
  • 2 kudos

VCom port, emptying buffer.

Hello! Not sure it's the right place to post. I have a custom board based on STM32F767. I'm using USB with VCOM port to communicate by UART. Basically it works (I mean, I can receive bytes from a terminal (I'm working on Ubuntu with STM32CubeIDE v. 1...

PG.1 by Associate III
  • 387 Views
  • 1 replies
  • 0 kudos

H747I-Disco Examples combination issue

hello forumI'm trying to use two examples at once, I'm looking for a script to save an image on an SD card as Jpegthe examples are:BSPJPEG_EncodingUsingFs_DMAI'm trying to import the JPEG_Encoding example into the BSP one,While doing so, the compiler...