STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! FT812, Correct way to manually configure SPI?

Hi guys, I'm fairly a newbie to stm32 so please forgive me if I make some mistakes, I'm trying to configure a driver code for a SPI FT812 NHD display on STM32G474VETx chipset, so far I've been able find a driver code and ported it over onto STM32, ho...

STM32H745ZIT6 ADC error

I'm encountering an issue with the ADC on my STM32H745ZIT6 microcontroller when reading voltages from a power supply. Here's the problem in detail:I'm using the ADC to convert analog voltages from a power supply into digital values. However, I've not...

MorisG_PE by Associate II
  • 909 Views
  • 20 replies
  • 4 kudos

LIS2DTW12 - SPI

Hi,  I am attempting to obtain readings from the LIS2DTW12 accelerometer on board, utilizing the SPI interface and an STM32F098RCT6 microcontroller.I’m accessing the ‘who_am_i’ register along with the high and low registers for the x, y, and z axes. ...

Screenshot 2024-07-29 121820.png

Resolved! SPI DMA Doesn't work in Nucleo-STM32u575ZITxQ

Hello ,  I have an issue in STM32u575 IN SPI DMA , Even IF I Tried the Example code (/SPI_FullDuplex_ComDMA_Master)  there is no data received from the other side  iam using the aardvark to test it  when check the return of this function  HAL_SPI_Get...

Resolved! CLARIFICATIONS REGARDING SPI TRANSMISSION

I was working on a MP3 DECODER called VS1003. during reading the registers either i can send and receive data at SPI bus separately like uint16_t result; uint8_t temp = 0; vs1003_control_mode_on(); delayMicroseconds(1); // tXCSS HAL_SPI_Transmit...

skuma.8 by Associate III
  • 184 Views
  • 1 replies
  • 1 kudos

STM32H743 does not set EOT-Bit when SCK is to high

Hello STM community,I am currently trying to get my Nucleo STM32H743ZI2 to send data via SPI to a different chip.Im using CubeMX to generate a lot of the setup code as I´m pretty new to this chip. For the same reason, I use the HAL.The basic configur...

0693W00000BbC8eQAF.png
Vin.CE by Associate II
  • 1286 Views
  • 7 replies
  • 0 kudos

SPI Communication is not initilizing

Hii,  I am trying to interface ADC module cs5532 using SPI communication with STM32H563ZIT6 on NucleoH563zi board. I have also completed pin configuration on .ioc file and successfully generated a code. But SPI communication is not initializing.  I h...

digambar by Associate II
  • 559 Views
  • 12 replies
  • 2 kudos
Labels