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! 5V FT pins vs. injection current on STM32G0

I am confused about the limits of the FT pins on this MCU. I think I understand the maximum voltage on an FT pin except FT_c is Vdd + 4V as long as no pulls are enabled. So with 3.3V Vdd the max voltage on most FT pins will be 8.3V is that correct? I...

Carl_G by Senior III
  • 468 Views
  • 3 replies
  • 0 kudos

Resolved! STM32 Bootloader: FAA DO-178 Certification?

Is the internal bootloader on the STM32H723 DO-178 certified?   It just dawned on me that the whole line of CPUs might be disqualified for aircraft use because the bootloader code "flies" with the aircraft and all such code must be certified to the l...

Niramas by Associate III
  • 1686 Views
  • 17 replies
  • 0 kudos

Resolved! STM32G431 I2C with HAL gets stuck in the interrupt

I am trying to use a G431 as an I2C device (slave). Unfortunately it can be made to latch up rather easily, getting stuck with an endlessly triggering I2C interrupt. It appears to be a flaw in the HAL code where it doesn't clear the interrupt flags, ...

qua by Senior
  • 842 Views
  • 5 replies
  • 0 kudos

STM32H7 won't calibrate using STMCubeMX v6.13.0

CubeMX-generated code gets stuck on HAL_ADCEx_Calibration_Start(&hadc1, ADC_SINGLE_ENDED) using IDE v1.17.0 and FreeRTOS. RTOS is using SystemCoreClock. HAL Tick is using TIM17 with a priority = 14 (Higher than SysTick Timer.)Made AdcTask highest pri...

dbrooks by Associate II
  • 446 Views
  • 1 replies
  • 0 kudos

Resolved! GPIOA won't work with SPI1

Hi,I am using a Nucleo32 F411RE to control a 2.9inch flexible E-Ink raw display panel from WaveShare. I use their circuit and a copied version of their code they have on their website. The code sends SPI commands over SPI1 of the F411RE and controls ...

assjo by Associate II
  • 572 Views
  • 7 replies
  • 1 kudos

Resolved! STM32F7: DMA GPIO to memory

Hi, I'm trying to connect a high speed ADC to an STM32F7. I have chained two timers to generate the necessary convert and read pulses to the ADC. Its output is 16 bits that are all connected to the same gpio block. However I would also like to setup ...

Multi-channel audio streams

HiI'm planning to make a digital mixer that takes 4 analog audio input channels (2x stereo), processes them with digital effects, in 24 bits, and outputs 4 analog audio channels. I’m trying to figure out which chips may be compatible for my project. ...