STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H745: USB MSC stuck at configASSERT

Hello I have created a project for a STM32H745I_Disco board in TouchGFX, imported it to STM32CubeIDE and enabled:USB_OTG_FS -- Host_Only and VBUS sensingUSB_HOST_M7 -- Mass Storage Host Class + Platform settings for enable PinFATFS_M7 -- USB Disk, US...

FabianEbs by Associate III
  • 148 Views
  • 4 replies
  • 2 kudos

Resolved! Unable to read NAND flash ID

Hello,We have been using NAND Flash (MT29F8G08ADAFAH4-AAT) interfaced with STM32L562 microcontroller using FMC interface. We are first trying to read the ID of the Flash using the below HAL API. if(HAL_NAND_Read_ID(&hnand1, &NAND_ID) != HAL_OK){retur...

SPI between mcu

@Erwan SZYMANSKI I am trying to establish SPI communication between two STM boards: the Nucleo G431RB as the master and the STM32MP157F-DK2 as the slave. I followed the instructions provided in the Getting Started with SPI guide and configured the se...

nesnes by Associate III
  • 240 Views
  • 0 replies
  • 0 kudos

Hard Reset STM32

Hi i want to hard reset my MCU once after 5 minutes is there any way to implement it i know i can do this  by NVIC_SystemReset(); but i just want to do it once after power on the mcu 

Measure frequency of many lines

Hello, I'm developing a board to control a desk pc setup.In addition to other things like controlling the lights, some motors and other stuff, the board has to control and monitor some PWM fans.The fans report back the revolutions using a tachometer,...

BRapo.1 by Associate
  • 250 Views
  • 1 replies
  • 0 kudos
Labels