STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

GPIO mode change

Hi,  I set it to GPIO Input mode and am using it. When I receive any signal during MCU operation, I want to convert it to Input -> EXTI mode. I wrote these codes at the moment, but there seems to be a problem. My Init code :  GPIO_InitStruct.Pin = ...

giwonKIM by Associate III
  • 388 Views
  • 2 replies
  • 2 kudos

16384 points of FFT(Fast Fourier Transform)

Hello community, In my project requires upto 16384 points of FFT(Fast Fourier Transform) . I found out that I can’t perform this number of FFT points using arm CMSIS DSP library since it is limited to 4096 point Max. Due to this I have to use externa...

SA  V.1 by Associate III
  • 1761 Views
  • 7 replies
  • 4 kudos

stm32f072rbt6 discovery board spi issue

Hello everyone,I am working with the STM32F072RBT6 Discovery board, where the board is configured as an SPI slave while another device acts as the master. I am utilizing DMA to receive and transmit data through two SPI interfaces (SPI1 and SPI2).Curr...

Resolved! USB - RNDIS

HI team,               I am using STM32F769 board , do we have sample code or example for USB RNDIS application for F7 series. 

Shikamaru by Associate III
  • 347 Views
  • 2 replies
  • 1 kudos

STM32U Series Ultra Low Power No-Vref Pin

Hi friends. With using STM32U535 microcontroller, i plan to make a project. The project includes 3.6V battery cell. We read adc values when this battery cell supplies the microcontroller. When the battery voltage decreases, the reference voltage shou...

How to configure Ethernet with four MACs in STM32H745?

HI, AS mentioned in Reference Manual (RM0399) we can configure Four mac addresses. We are trying to configure four MAC's in stm32h745 ,we have configured two mac address successfully ,and we are unable to configure the remaining two mac addresses.so ...

syed1 by Associate II
  • 485 Views
  • 2 replies
  • 1 kudos

Could not halt device (19)

Hi,I am trying to program STM32F030C8T6 with STM32CubeIDE. When I try to upload the code, it says the download was successful but then it fails to halt the device. I have tried setting "Reset behaviour" to "None" as other posts have suggested, but th...

JS8 by Senior
  • 2973 Views
  • 10 replies
  • 0 kudos

Resolved! STM32G4 TCXO

Please let me know if there are any hardware or sofware specifics for connecting TCXO to the STM32G474 series? What should pay special attention to?I use FT2MN at 40 MHz. Its output was connected through a 10 pF capacitor and a 220 Ohm resistor, in s...

CrazyChel by Associate III
  • 1877 Views
  • 25 replies
  • 8 kudos

Error at start of debugging while Flash write test

I am testing Flash write using a custom board with STM32H562VG.For debugging, I use IAR I-jet and VSCode's C-SPY extension.The following HAL API is used for Flash writing, addr starts at 0x08030000 in the User area.HAL_FLASH_Program(FLASH_TYPEPROGRAM...

Thoufiel by Associate III
  • 289 Views
  • 2 replies
  • 0 kudos