STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32U5: Spi delay after start

Hello,after setup SPI1 and setting CSTART=1, I expected that SPI is send immidiatly on bus.(I toogled PE00 with CSTART=1)I couldn't find some that explains that behaviour. It behave  the same, if I use DMA or writing directly to TXDR.Do you have an i...

FKaes1_0-1747055255808.png
FKaes.1 by Associate III
  • 150 Views
  • 7 replies
  • 3 kudos

Integrating MCUboot into a project

Split from old thread: https://community.st.com/t5/stm32-mcus-security/information-about-mcuboot-and-illustrative-examples/td-p/689154 Hello @Jocelyn RICARD ,I'm looking for guidance on integrating Mcuboot into my project. I am using a NUCLEO-U5A5ZJ-...

Ade J.2 by Associate II
  • 872 Views
  • 6 replies
  • 1 kudos

Resolved! Button push not changing LED status

I am working with the NUCLEO-C031C6 board and tried to to make the user push button toggle the user LED but it stays stuck with no change to the buttonStatus variable, always high (1).I added the counter variable to see if it is continuously incremen...

HPate.12 by Associate II
  • 119 Views
  • 4 replies
  • 0 kudos

Ux_Host-CDC_ACM : Enumeration failure

Dear All,I am testing the demo project for the NUCLEO-C071 to implement the USB HOST CDC_ACM (USBX). Below are some doubts that arose after the initial tests:After using the wizard to create the demo project 'Ux_Host-CDC_ACM', opening the .ioc file s...

LMore.2 by Associate III
  • 260 Views
  • 13 replies
  • 0 kudos

initialize FATFS for SDMMC in M4

Hi team        What is the correct procedure to initialize FATFS for SDMMC in M4? Kindly provide the application note of the procedure. We need to run eMMC in M4 core    EVK used : STM32H745I-DISCO   References code:  STM32CubeH7/Projects/STM32H745I...

Ashwath by Associate
  • 200 Views
  • 1 replies
  • 0 kudos

USBx MSC Standalone

I'm trying to get USBX MSC working in standalone mode on the STM32H573I Discovery board.I've come across a few tutorials for setting up USBX in VCP  mode and have attempted to adapt them for MSC, but I haven’t been able to get the USB to enumerate pr...