STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I2C bus monitor

I want to make i2c monitor that can read data sent by slave with specific address (0x42). So monitor has to capture sequence of​1. Start2. Slave address (write)3. Command byte 4. Repeated start 5. Slave address (read)And then start reading actual dat...

GBoft.1 by Associate
  • 1827 Views
  • 3 replies
  • 0 kudos

Phase correct PWM using timer 4 of STM32F407 micorcontroller

Hi, I am using the 176 Pin STM32F407 microcontroller. I want to generate the phase correct PWM using timer 4 ch1 and ch2, so please guide me for the same. The wave form is attached for driving a dual input boost converter. The "gate driver" image is ...

skhan.2 by Associate
  • 796 Views
  • 0 replies
  • 0 kudos

Resolved! STM32 DIMMER LEDS BRIGHTNESS

I have 36 leds on my board. I will connect dimmer my board. How can i adjust leds brightness with dimmer? Because i need to manage 36 output pins. How can i do it?

KAnahar by Associate III
  • 2368 Views
  • 2 replies
  • 0 kudos

Resolved! STM32L4 DFSDM clipping

Any ideas why values would be non linear in the approximately the upper 1 to 2 bits?For the setup below, it is linear to between -17000 to +14000. Doubling the + output only yields around +18000. These are raw values. This really acts like an overflo...

0693W00000QNKABQA5.png
_EFrie by Senior
  • 3243 Views
  • 3 replies
  • 0 kudos

Resolved! how to write data into stm32l5 flash memory

uint64_t write = 0x1111111122222222;HAL_FLASH_Unlock();if(HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD,0x0807F000,write)==HAL_OK) { HAL_GPIO_WritePin(GPIOG,GPIO_PIN_12,GPIO_PIN_RESET); } HAL_FLASH_Lock();

sra by Associate II
  • 1127 Views
  • 3 replies
  • 0 kudos