STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_SPI_ReceiveIT not working on STM32F4

I am working on a project where I am using two boards to communicate via SPI. The master board (TMS320F28377S) is sending data successfully via SPINow, my receiver board is running on a STM32F439 processor, I'm relatively new to this micro. I configu...

GVega.1 by Associate
  • 1856 Views
  • 3 replies
  • 0 kudos

VREFINT_CAL address for STM32F103T8

Hello All, I want to find the Vref Voltage on which my ADC is operating. For this I am trying to find the VDDA. To get the VDDA I need to find the VREFINT_CAL value of my Microcontroller. I am unable to find the memory address for the same in both da...

DChan.5 by Associate
  • 1305 Views
  • 1 replies
  • 0 kudos

We purchased STM32F103CBT6 from Disty and realized that part received with MSL 2 & 3. Had find all the document and didn't mention on the MSL rating. Anyone can advise on this whether is normal ?

We purchased STM32F103CBT6 from Disty and realized that part received with MSL 2 & 3. Had find all the document and didn't mention on the MSL rating. Anyone can advise on this whether is normal ?

ENeoh.1 by Associate II
  • 317 Views
  • 0 replies
  • 0 kudos

Resolved! PWM pulse counter doesn't work properly

Hello,Here is code:Prescale=7;Periode=7999;Pulse=3998;void PWMControl(unsigned int Freq){ TIM_TimeBaseInitTypeDef TimeStructureure; TIM_OCInitTypeDef TIMOCStructureure; TimeStructure.TIM_Prescaler=Prescale; TimeS...

JJohn.3 by Associate II
  • 867 Views
  • 4 replies
  • 0 kudos

HAL_SPI_Transmit(&_W25QXX_SPI,pBuffer,NumByteToWrite_up_to_PageSize,100); Replacement by Standard Peripheral Library function

Dear All, Am writing code for Winbond Memory chip "w25q64", for same i got some reference from git hub , but it is with HAL library, same i am converting to standard peripheral library.HAL_SPI_Transmit(&_W25QXX_SPI,pBuffer,NumByteToWrite_up_to_PageSi...

RKade.1 by Associate III
  • 880 Views
  • 3 replies
  • 0 kudos

STM32H730 Flash Size

I'm an Atmel SAM person migrating to STM32... How big is the flash in the STM32H730??? The first page of the data sheet clearly says it is 128 KB but RM0468, Table 1-14, says there is 128KB of "system" flash and 128KKB of "user" flash.And, software ...

MSull.1 by Associate II
  • 1551 Views
  • 6 replies
  • 0 kudos