STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! No timer interrrupt after switch to user application

STM32G473VC, custom board.I use an own bootloader which resides at address 0x00000000 , the user application resides at 0x00008000. I did set external files correct to use the bootloader in user applicationsystem_stm32g4xx.c : #define VECT_TAB_OFFSET...

0693W00000KZvjDQAT.png
sde c.1 by Senior II
  • 1392 Views
  • 11 replies
  • 0 kudos

Hello, I am trying to measure the power consumption of the STM32U575ZI microcontroller on the Nucleo-144 board but the results are much higher than expected.

 I am using an ammeter connected instead of the JP5 jumper, as indicated in the manual (UM2861) and tried several examples.For example: in PWR_EnterStopMode example I see around 568uA on the ammeter.From the datasheet I expected to measure around 100...

AEstr.1 by Associate
  • 678 Views
  • 3 replies
  • 0 kudos

Resolved! Set software interrupt with its own priority?

MCU STM32F765GZMy Problem:EXTI_LINE_0-4 has separate IRQ handlers but al are occupied.EXTI_LINE_5-9 share the same IRQhandler and also priority. pin 6 is needed with prio 1(brownout mon)EXTI_LINE_10-15 share the same IRQhandler and also priority. pin...

Two leds based on one interrupt line

Dear sir,I am using STM32F769NI microcontroller. I want to glow to different Leds on one external interrupt line i.e. Led1 on rising edge and Led2 on falling edge. Can you please suggest me the solution.Regards,Manoj

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
  • 514 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
  • 308 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
  • 1871 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
  • 448 Views
  • 1 replies
  • 0 kudos