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

LL_TIM counter seems not actually counting.

I have this code: //SystemCoreClock=64 MHZ LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_TIM6);  LL_TIM_SetPrescaler(TIM6, __LL_TIM_CALC_PSC(SystemCoreClock, 1000)); /* 1 tick /1 ms */LL_TIM_EnableCounter(TIM6);time0 = LL_TIM_GetCounter(TIM6);LL_mDela...

PTsou.1 by Associate
  • 807 Views
  • 1 replies
  • 0 kudos

STM32H755 HAL_MMC_GetCardCSD() bug report.

Environment:tool: STM32CubeMX6.4.0 cpu: STM32H755XIRepos: STM32Cube_FW_H7_V1.9.1​The following lines in HAL_MMC_GetCardCSD() is probably incorrect.​ pCSD->EraseGrSize = (uint8_t)((hmmc->CSD[2] & 0x00004000U) >> 14U);​ pCSD->EraseGrMul = (uint8_t)((...

0693W00000KaP4PQAV.png 0693W00000KaP4ZQAV.png
Lzhou.1 by Associate
  • 433 Views
  • 0 replies
  • 0 kudos

Resolved! Encoder/Decoder Adat protocol on STM32 MCUs

Hello everyone.I need to implement a encoder/decoder for ADAT protocol (see https://ackspace.nl/wiki/ADAT_project for more details about ADAT protocol) and I don't know if some STM32 MCUs is able for that.As you can see in the image the encoder must...

0693W00000KaEixQAF.png
Arubu by Associate II
  • 2720 Views
  • 9 replies
  • 0 kudos

STM32l4 doesn't quit STOP2 mode if not debugging

Hello STM32-Community,right before finishing work and everything working arguably fine, I was trying to measure the power consumption of my periphery, where I could see that the program stopped working. I've pinned down the problem to not reentering ...

crackl1ng by Associate III
  • 658 Views
  • 1 replies
  • 0 kudos

Is it normal to have to manually press the reset button on the development boards to connect to the development boards?

Hi! I am grad student that is a newcomer to the STM32 MCU platform. I want to ask a question about the problems I have been experiencing with my development boards. Is it normal to have to manually press the reset button on the development boards to ...

0693W00000KaCn7QAF.png 0693W00000KaCnMQAV.png 0693W00000KaCoFQAV.png
jhin by Associate II
  • 2139 Views
  • 5 replies
  • 1 kudos

Resolved! BACKUP SRAM affects the other tasks

Hi,I am using backup sram in stm32f429zi. Data Read write in backup sram section is executing properly and data will retain after power down. But when we do the power UP then my program is not executing from main loop. so my code is not working as re...

ADank.2 by Associate II
  • 813 Views
  • 2 replies
  • 0 kudos

stm32l476 a/d questions

If I am doing software trigger single conversion of 3 a/d channels and I set my end of conversion selection to be 'End of Single conversion' (CubeMX): Can I expect my to enter my ISR A/D callback at EACH EOCIF?All indications are that if I read the A...

SWenn.1 by Senior III
  • 386 Views
  • 1 replies
  • 0 kudos