STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! I believe there is a bug in HAL_ADC_ConfigChannel(). Using the STM32g071, with ADC_SCAN_SEQ_FIXED, ADC_EOC_SINGLE_CONV, and NbrOfConversion == 1, when HAL_ADC_ConfigChannel() is called, it OR's in the new channel number, which is incorrect.

   hadc1.Instance = ADC1;   hadc1.Init.ClockPrescaler = ADC_CLOCK_SYNC_PCLK_DIV2;   hadc1.Init.Resolution = ADC_RESOLUTION_12B;   hadc1.Init.DataAlign = ADC_DATAALIGN_RIGHT;    hadc1.Init.ScanConvMode = ADC_SCAN_SEQ_FIXED;    hadc1.Init.EOCSelection ...

CSmit.4 by Associate II
  • 2792 Views
  • 6 replies
  • 0 kudos

Resolved! STM32C071 SVD File

Hello, I am in need of the SVD file for the newly released C071 model with USB. AFAICT they have not been posted or updated anywhere yet.I'm working in Rust which requires the SVD file for generating register accessors so I cannot do anything with th...

MBake.4 by Associate II
  • 767 Views
  • 4 replies
  • 1 kudos

How to work with GPIO

Please advise where I'm doing wrong, I need to create variables with GPIO output with variable assignment and I don't know how to make it work correctly. 'my_gpio_port' reports as undeclared, but the declaration is without errors. Thanx   GPIO_TypeDe...

Resolved! External oscillator input

In application we are using MCU part no STM32G0KCIU6 of LQFP32 / UFQFPN32 - GP package, can external oscillator of frequency 16MHz (Example: Part no ASEMB-16.000MHZ-LY-T) can be connected to pin no 2 which is dedicated for LSE clock frequency 32KHz. ...

STM32F103 CAN CYCLE TIME

Hi,I am STM32F103 with 72Mhz clock and am trying to send the CAN messages (MCP2561 as CAN transceiver) with 500kbps and am using CAN BUS ANALYZER to check the CAN msgs.Here am sending 3 CAN msgs for every 100ms using timer interrupt but some times s...

HRedd.1 by Associate II
  • 677 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H753 - Unused USB connection

Hi Team, we are using the STM32H753VI in our design.we are not using the USB interfaces.In this case, what is the termination to be done to the VDD33USB pin of STM whether it can be NC, GND? ThanksManikandan R

Resolved! FDCAN Configurations to Transmit Data in Classic mode

Devkit - NUCLEO-H563ZI IDE - STM32CubeIDE Version: 1.16.1 Build: 22882_20240916_0822 (UTC) Details - Trying to create a sample program for FDCAN in which the program transmits the data using the CAN protocol. I have tried different methods but was no...

mayank__ by Associate II
  • 1214 Views
  • 8 replies
  • 0 kudos