STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32U5 SPI Continuous Communication

Hello, I have been working with the STM32U5 MCU and to start I worked through the workshop found here:STM32U5 Workshop (rristm.github.io) As part of the workshop the USART1 is setup in continuous communication mode. Is it possible to setup SPI in a s...

UL by Associate III
  • 971 Views
  • 1 replies
  • 2 kudos

Resolved! 200kHz ADC Communication

Hello,  I have been using the STM32F4 chip for a while but I ran into an issue when trying to communicate with an ADC to sample at 200kHz. So I have started to work with the STM32U5 chip. My goal is to use the SPI RDY feature or the GPDMA triggered f...

UL by Associate III
  • 2142 Views
  • 12 replies
  • 2 kudos

stm32h745zit6 flash wite and read.

Hello experts,I am trying to do basic write and read of internal flash. For that I have taken fixed pattern of data to write.I am using the driver functions to do this job but when I observe the data in the memory browser the same pattern which iam t...

Aravind1 by Associate II
  • 397 Views
  • 1 replies
  • 0 kudos

Resolved! USB_HS CONNECTION AND DICONNECTION CABLE

I AM USING IN USB_HS DEVICE MODE ,WHEN I CONNECT USB CABLE TO THE PC THEN I WANT  TO KNOWE WHERE IT IS DETECT AND AFTER THAT I REMOVE USB CABLE THEN WHRE IT IS DETECT GIVE ME ANY REGISTER OR CALL BACK FUNCTION ONLY TELL ME IN DEVICE MODE

SITARAM by Associate III
  • 1030 Views
  • 5 replies
  • 0 kudos

Resolved! Set Date&Time NUCLEO-401RE

Hello everyone, i am working on a software for setting the date and time. The plan is to set the date and tame manually (so no defficulties regarding that) and then continue to increase within the time flies thanks to the RTC of the NUCLEO F401RE.  D...

willow by Associate III
  • 967 Views
  • 5 replies
  • 3 kudos

Resolved! STM32L562 EDK and USB PD

Hi Team,I have STM32L562 EDK with me , and can i make a USB PD application with that alone ?, or should i buy x-nucleo-snk1m1 which has TCPP01 for port protection?Expecting a quick replyThanks in advanceNithin

NITHIN by Associate III
  • 922 Views
  • 4 replies
  • 5 kudos

Interfacing of stm32F446re with SD card

#include <stdio.h> #include <string.h> #include "fatfs.h" #include "fatfs_sd.h" #include "main.h" FATFS fs; FIL fil; FATFS* pfs; DWORD fre_clust; uint32_t totalSpace, freeSpace; /* Private includes -------------------------------------------------...

Premaa by Associate
  • 887 Views
  • 2 replies
  • 0 kudos