STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Comparator interrupt stm32l4

Hello I would like to use the internal comparator output as an interrupter on falling or rising edge, the problem is I don't know where to start, the reference manual says that I need to configure the EXTI register but how do I do that, and with whic...

Vertinhol by Associate III
  • 1383 Views
  • 2 replies
  • 0 kudos

Resolved! Clock settings in STM32l152 (startup/stability issues)

Hello. I'm playing with my stm32l152 discovery board. I've got lcd, buttons, leds working. I wanted to change my clock speed to 16Mhz HSI (default 2Mhz MSI) and problem started.To write my code I use RM - and I'm missing something. How this configur...

fifi_22 by Associate III
  • 2568 Views
  • 11 replies
  • 0 kudos

STM32H745/747 power supply configuration for VOS0?

In DS12923 (Rev 1), it is stated that VOS0 is only available with LDO, but it is not clear if LDO-Only mode is required or SMPS-LDO cascaded mode is okay.First,3.5.3 Voltage regulator (SMPS step-down converter and LDO) says• Run mode (VOS0 to VOS3)– ...

Resolved! How do you wake up using RTC wakeup?

Status from reads: WUTE is enabled, WUT shows what I set, RTC is enabled, and the WUTF flag is correctly being set every so often (and manually being cleared during GPIO interrupts I'm troubleshooting with).What's not happening: The EXTI interrupt is...

DOCon.1 by Senior
  • 837 Views
  • 1 replies
  • 0 kudos

How to configure and use the STM32Cube SMBUS/PMBUS stack?

Hello,I'm using the STM32L475RC as a SMBUS/PMBUS Client and generated the Code with CubeMX.As smbus/pmbus stack I use the X-CUBE-SMBUS Expansion Package (AN4502).I've read and studied the examples that come with the package and tried to configure the...

mcoc7n by Associate II
  • 1969 Views
  • 6 replies
  • 0 kudos

Error in my DAC config I can't figgure out

Hi,I enabled the DAC and a GPIO Pin as analog. But whatever value I provide, the GPIO Pin of the DAC never reaches a value above 20mV. DAC config:static void MX_DAC1_Init(void) {   /* USER CODE BEGIN DAC1_Init 0 */   /* USER CODE END DAC1_Init 0 ...

Manchester using DFSDM

A lot of documents report that is possible to use DFSDM to encode and decode Manchester.Unfortunately i'm not able to find any example code.Any suggestion?

LMore.2 by Associate III
  • 1366 Views
  • 6 replies
  • 0 kudos

STM32 Blue Pill boot jumper not working

Hello everyone!Problem 1:I bought 8 STM32 Blue Pill cards.I can't program these cards.The problem occurs on all boards.When I set the BOOT jumper 0 to 1 and press the reset button the LED connected to the PC13 pin always flashes.I have already progra...

GBamb.216 by Associate II
  • 5875 Views
  • 15 replies
  • 0 kudos

Resolved! STM32F4 Is this BUG? I2S LOOP BACK TEST FAILS in 24Bit Mode. Crush DMA pointer etc. (source code attached)

I wrote I2S Loop back test program. I2S2 as Master Transfer mode and I2S3 as Slave Receive mode. (Proto for ADC in and DAC out.)It works OK when 16bit in 16bit frame. However, in 24 bit in 32bit frame, DMA pointer etc. are corrupted.With step-by-ste...

KAJIK.1 by Associate III
  • 2919 Views
  • 8 replies
  • 0 kudos