STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! SPI: First byte of 16bit TX transfer is always 0

Sending display data to an ILI9341 via SPI. The ILI9341 needs 16bit words in BigEndian. When I convert the STM32 LittleEndian data to BigEndian and then send the data paket as 8bit bytes everything is fine. In order to save the conversion I tried to ...

SFahr by Associate III
  • 1127 Views
  • 7 replies
  • 0 kudos

Digital potentiometer X9C103s

Hello everyone!Do you guys know how one can establish a connection b/w STM32H7A3ZIQ and a potentiometer X9C103s? Do I need to include a new library for that in the main body of the program? if so, how? Are there any resources I may utilize to establi...

ADabl.1 by Associate II
  • 1012 Views
  • 3 replies
  • 0 kudos

Resolved! ADC problems

Hello all.I have a custom stm32439VITx board running at 60MHz clocked off the HSI:void SystemClock_Config(void) { RCC_OscInitTypeDef RCC_OscInitStruct = {0}; RCC_ClkInitTypeDef RCC_ClkInitStruct = {0};   /** Configure the main internal regulator o...

DCarr.1 by Senior
  • 1011 Views
  • 10 replies
  • 0 kudos

How to identify my device in the terminal application

Hello!I have made an application after viewing a video on the subject, and I could establish aconnection between PC and my app (which is based on a F767 processor, but I don't thinkit matters).On Windows, it's simple. By plugging the device, it's aut...

PG.1 by Associate III
  • 327 Views
  • 0 replies
  • 0 kudos

Hi All, I need to transfer 24 bit of data through STM 32 SPI , the challenge is that the IP only allow to transfer 8 or 16 bit of data .

Things that have tried.Used the GPIO as chip select . In this configuration , the width of chip selected pulse is more than expected. ( Attached oscilloscope short for your reference ).Kindly requesting to sent the procedure or sample code to sent 24...

RSree.1 by Associate II
  • 5870 Views
  • 14 replies
  • 0 kudos