STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Location of HAL_ADCEx_Calibration_Start() source code

Hi all. I'm trying to find the source code for the HAL function HAL_ADCEx_Calibration_Start(). I'm working with the STM32L152. I've downloaded the latest version of STMCube (STMCube_FW_L1_V1.9.0), and looked in stml1xx_hal_adc.c and stm32l1xx_hal_adc...

LThal by Associate III
  • 2696 Views
  • 3 replies
  • 0 kudos

STM32H7B3I-DK

Hi, STM32H7B3I-DK is already in stock at Digikey. Someone from ST could tell us when the STM32H7B3I-DK and Microcontroller documentation will be available on the ST website?

Asantos by Senior
  • 549 Views
  • 4 replies
  • 1 kudos

## preprocessor directive in STM32 eclipse doesn't work

I use this definition #define ITEM(A,B,C,D,E,F)   (((ulong32)##A## << 25) | ((ulong32)##B## << 20) | ((ulong32)##C## << 15) | ((ulong32)##D## << 10) | ((ulong32)##E## << 5) | ((ulong32)##F##))that "translate" any switch case block in a constantswitc...

NVERZ by Associate II
  • 723 Views
  • 2 replies
  • 0 kudos

Resolved! Nucleo board ground shorted

Hi, I don't really have an electronics background so this might be a silly question.Is there a reason why the ground pins on my Nucleo board (f767zi) are shorted with jumpers?Or are the jumpers only used to give the board ""feets""?I'm attaching a pi...

0690X00000BwV7SQAV.jpg

STM32F7XX bootloader unable to erase.

Hello,We already have developed a USART boot-uploader for a project of ours, testing it on an STM32F7XX customized board. I can bring up the bootloader by init command ( 0x7F ) and get a response 0x79 ( ACK ). But an extended erase command fails to r...

svLag by Associate II
  • 411 Views
  • 1 replies
  • 0 kudos