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

STM32F301 boot time

Hi,​We want to use STM32F301 to do power on sequence control on my system board. Before board Gerber out we need confirm the boot time of STM32F301. ​So, What's the boot time from power steady to run main function? ​Thanks

Aren.1 by Associate
  • 1078 Views
  • 5 replies
  • 1 kudos

Resolved! Read data in multiple GPIOx_IDR register / Combine GPIO Ports

HiI'm currently using STM32H743 and I'm trying to Read Data in multiple GPIOx_IDR registerPreviously, I was using 16 bits and trying to change into 32 bits for IDR.When I debug, I could find correct data on SFRs -> Register -> GPIOA -> GPIO_IDR with ...

0693W000006E7baQAC.png
SHong.5 by Associate II
  • 6708 Views
  • 14 replies
  • 0 kudos

GPIO retention method

Is there a way to prevent the GPIO from changing even if a Self reset is executed?​void SelfReset_Handler(void){  WWDG_SetPrescaler(WWDG_Prescaler_8);  WWDG_SetWindowValue(80);  WWDG_Enable(127);}​Mcu Self Reset -> GPIO High retention ​

LSang.11 by Associate II
  • 1072 Views
  • 3 replies
  • 0 kudos

Resolved! Schematic of Nucleo-STM32L432KC

Thank you for helping.STM32 Nucleo-32 Schematics packI want to download it from the following, but I can't.https://www.stmcu.jp/design/hwdevelop/other/52255/If you are in charge of the manufacturer, could you please confirm?

Ebun.1 by Senior
  • 760 Views
  • 2 replies
  • 0 kudos

MicroPython .dfu file flashing in NUCLEO-F401RE board

Hi,I want to know procedure to flash latest MicroPython .dfu file in NUCLEO-F401RE board.Please note NUCLEO-F401RE board is having only ST-Link connector. NUCLEO-F401RE board is not having additional USB connector. How to convert .dfu file into .el...

S.Kamath by Associate III
  • 482 Views
  • 0 replies
  • 0 kudos

UART DMA RECEIVE ON STM32H755ZI DUAL-CORE MCU

Hi,Recently I bought a STM32H755ZI Development Board and would like to use it for UART RX with DMA. I used CubeMX to generate the project and everything worked fine with the function "UART_RECEIVE_IT()" but never worked with UART_RECEIVE_DMA(). I've ...

TCHIA by Associate
  • 701 Views
  • 2 replies
  • 0 kudos

Resolved! I have pruchased a STM32L476VG Discovery board recently. I wanted to build a USB to CAN Interface. For that purpose I need to take CAN Tx, Rx data lines from the STM32 Discovery board and I have to connect those lines to any external transceiver.

I had gone through the datasheet and user manual. I could not fined respective CAN_TX, CAN_RX pins on the board(Pin Number PA12(CAN_TX), PA11(CAN_RX)). These pins are not available on the Discovery board. Then how can I take CAN TX, RX data to the ex...

RahulR by Associate II
  • 707 Views
  • 2 replies
  • 0 kudos