STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

EEPROM emulation on stm32h7

I believe I found a bug in the eeprom emulation for the stm32h7 in the \STM32Cube\Repository\STM32Cube_FW_H7_V1.3.0\Projects\STM32H743I_EVAL\Applications\EEPROM\EEPROM_Emulation\Src file eeprom.c. The EE_ReadVariable returns erroneous data. line 426 ...

ETone by Associate III
  • 583 Views
  • 1 replies
  • 3 kudos

Resolved! HAL_CAN_Init() is failing

Posted on May 08, 2018 at 14:00Hi, I was just started with CAN peripheral on my stm32f446re nucleo board. The problem i am facing is HAL_CAN_Init()  added by cubeMx code generation software is failing at the below line of code it is returning HAL_ER...

0690X0000060B1YQAU.png
n.serina by Associate III
  • 3980 Views
  • 12 replies
  • 0 kudos

Resolved! STM32F030F4P6 PWM on PA4 not working

Hi,I've set up a PWM with TIM14_CH1 on pin PB1, using standard peripherial library and this worked fine (the signal on the output-pin was just as expected).Now I've tried to move the PWM signal from pin PB1 to PA4, still using TIM14_CH1, but with no ...

Renato by Associate II
  • 743 Views
  • 2 replies
  • 0 kudos

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 II
  • 2298 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
  • 457 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
  • 591 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