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

Resolved! Problem with configuring I2C1 (PB6 SCL, PB7 SDA) and specific GPIO outputs (PA5, PA6) on STM32L432KCUx, it may be bug, help needed.

Hi, i've been building self balancing robot, so i needed quite lot of periphelias to be working together, they are: I2C, EXTI's, two Timers in encoder mode, Timer in PWM generation mode and GPIO outputs.I'm using STM32CubeIDE 1.9.0., and STM32L432KC ...

0693W00000Y8W7VQAV.png

Store string into FLASH memory (STM32F407)

I want to insert the string my_data_SRAM in the base address of the FLASH. I wrote this code and tried 2 ways:1) *((uint8_t *)BASE_ADDRESS_FLASH+i) = my_data_RAM[i];2) HAL_FLASH_Program(TYPEPROGRAM_WORD, (uint32_t *)(BASE_ADDRESS_FLASH+i), my_data_RA...

luke514 by Senior
  • 1910 Views
  • 3 replies
  • 0 kudos

SPI to I2C bridge

Did anybody already develop a code for SPI to I2C bridge using STM32CO? If yes, where can I find it?Thank you

FMado.1 by Associate
  • 907 Views
  • 3 replies
  • 0 kudos

STM32F401RE ADC conversion when Vin > Vref+

On a NUCLEO-F401RE, I am observing strange conversion values when I apply higher voltage than Vref to an ADC pin and carry out conversion on it. I would have expected the converted value to be 4095 (0fff) but in reality it is more like 3233 (0ca1) fo...

Bensi by Associate II
  • 1676 Views
  • 5 replies
  • 1 kudos

STM32G431RB Two PWMs with 180 degree phase shift

I have configured the TIM1 with PWM CH1 and CH1N, with 62.KHz frequency .I am getting the 180 degree phase shift for 50 % duty cycle .If i vary duty cycle to 30 % then CH1 =30% and CH1N will be 70 % and it is inverted .I need same duty cycle with 180...

sshan.2 by Associate III
  • 3169 Views
  • 13 replies
  • 0 kudos

STM32G4, CDC and RS232 signals

Hello all,I have a RS232 device (diagnose interface) that I want to replace with a Nucleo-G431KB board. To make it work I would like to use CDC (virtual port), but I need the RS232 specific signals, especially DTR/DSR, CTS/RTS... I looked in the exam...

Heinrich by Associate III
  • 812 Views
  • 2 replies
  • 0 kudos

Boot from Bank 2: nSWAP_BANK vs. BFB2

I am trying to implement a "dual bank field upgrade" with a STM32G0B1CEU6 as described in AN4767, chapter 2.4 (for a STM32L0). As far as I know the STM32G4 also has this functionality, not 100% identically implemented but with the same intention. See...

CRusc.1 by Associate
  • 2176 Views
  • 3 replies
  • 0 kudos