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

Flash program and erase operations and access latency

Hi,Master:​I have the following questions about flash introduction in the manual (DM00091010):​Question 1:The manual(3.2.2) says:"On the contrary, during a program/erase operation to the Flash memory, any attempt to read the Flash memory will stall t...

Lyu.1 by Associate III
  • 457 Views
  • 0 replies
  • 0 kudos

Resolved! STM32H753: How is an ECC in the L1 caches reported

Hi,I'm currently working on a STM32H753. I'm trying to figure out how an ECC error upon a cache look up is reported. The cortex M7 reference manual doesn't provide much info in that regards with the following text:Each cache can also be configured wi...

DBine.1 by Associate
  • 731 Views
  • 1 replies
  • 0 kudos

Resolved! BSP testing

Hi AlWondering how do you test the infrastructure before delivering it to the application teams?I’m basically referring to the HAL layer , CMSIS and all BSP layer with peripherals.Is there a known methodology for validation tests for these capabiliti...

deckhard by Associate III
  • 869 Views
  • 3 replies
  • 0 kudos

STM32G070RB, Maximum Alarm length

What is the maximum alarm length in the G070. I only see about 30days.I need 6 months.I guess I could implement one using the TAMP_BKPxR registers and compare the RTC DR , TR with the alarm values I have store in the TAMP regs. ( stripping out the W...

MEder by Associate III
  • 634 Views
  • 3 replies
  • 0 kudos

STM32H743 Nucleo board SEGGER JLink issue

Hi There, I bought two STM32H743 Nucleo boards recently and did some tests on them. As usual, I first converted ST-Link v2 to JLink interface using the tool SEGGER provided. I have done this with F1, F4, and F7 series boards in order to use JLink RTT...

XZ by Associate II
  • 3984 Views
  • 20 replies
  • 0 kudos

SysTick timer registers give an error when called

Hi , i checked the registers for the system clock and i found these registers , but they dont seem to worki , insead , i have to use systick->CTRL , but i cant find the definition from thwere the syntax comes from

0693W000007D2xEQAS.png 0693W000007D2x4QAC.png
AMat.1 by Associate II
  • 527 Views
  • 1 replies
  • 0 kudos

TIMER with DMA call back function

Hi,void HAL_TIM_IC_CaptureCallback(TIM_HandleTypeDef *htim){ if(htim->Channel == HAL_TIM_ACTIVE_CHANNEL_1) {  captureDone = 1; }}HAL_TIM_IC_Start_DMA(&htim2, TIM_CHANNEL_1, (uint32_t*) captures, 2);void HAL_TIM_IC_MspInit(TIM_HandleTypeDef* htim_ic){...

NPULI.1 by Associate II
  • 1275 Views
  • 1 replies
  • 0 kudos