STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1360 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
  • 1435 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
  • 428 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
  • 7235 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 III
  • 4756 Views
  • 11 replies
  • 1 kudos

Control LED light

hey thereI have a project where I need to control light of a LED and dim it. usually we use TIMER PWM GENERATION. for example in CubeMX I set a pin to TIMx CHy and by choosing "PWM Generating CHy" I can easily control LED light using PWM signal.but i...

Ala by Senior
  • 1994 Views
  • 10 replies
  • 0 kudos

RTC smooth calibration and verification?

Hi,I m using the smooth calibrationtim1 is using an external clock 1Hz from signal generator and channel 1 is working in output compare mode generating interrupt every 32 seconds, tim2 is using LSE and channel 1 is in input capture mode.When the inte...

suads by Associate III
  • 1740 Views
  • 2 replies
  • 0 kudos