STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

M93C76RT self-timed programming cycle

Hi there,From testing it's quite jarring to me to discover that after every 16bit write u need to wait ~5ms before the EEPROM will accept after write. After a more detail reading of the manual I found that after SPI write cmd the EEPROM will trigger ...

TLi.7 by Associate II
  • 431 Views
  • 2 replies
  • 1 kudos

can't find CanMsgTypedef in the stm32l4xx_hal_can.h

I am trying to init the can tx and rx, what i see from the tutorial there should be a CanMsgTypedef in the stm32 driver for the specific mcu. now I am using the stm32l4xx_hal_can.h since I am using the stm32l4a6zg mcu that comes with the nucluos 144 ...

YElsh.1 by Associate
  • 405 Views
  • 2 replies
  • 0 kudos

Resolved! I am using an STM32H743 user board with STMCubeIDE. I want to use the internal RTC calendar with the internal clock (LSI). Q: first power on clock start 17:20:00 then time is going. For example, when time is 17:20:50 suddenly I power off the

MX_RTC_Init(); if (HAL_RTCEx_BKUPRead(&hrtc, RTC_BKP_DRX) != 0X2233) { printf(" Set Date and Time \r\n"); SetDateTime(); }void SetDateTime(void) { RTC_TimeTypeDef sTime = { 0 }; RTC_DateTypeDef sDate = { 0 }; /* USER CODE BEGIN Check_RTC_BKUP */ /*...

HAL_Delay not affecting frequency of a Blinking Light

I am new to STM32, and I am using a STM32L152c discovery board to run a sample blinking light program. I am using HAL_Delay to control the frequency of the blinking light. However, the frequency does not change when I change the argument to HAL_Delay...

Splatt by Associate II
  • 1489 Views
  • 11 replies
  • 0 kudos