STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 945 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
  • 870 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
  • 828 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
  • 283 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
  • 4699 Views
  • 14 replies
  • 0 kudos

Resolved! STM32G0B1: internal temperature sensor

I am trying to measure/calculate the internal temperature of an STM32G0B1VE design.The algorithm used is taken from the reference manual RM0444 Rev 5 pages 376-378:Temperature in degreesC = ((TS_CAL2_TEMP-TS_CAL1_TEMP) / (TS_CAL2-TS_CAL1)) * (TS_DAT...

xlrl by Associate II
  • 3497 Views
  • 11 replies
  • 1 kudos