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

Resolved! STM32U599 SPI1 EOT flag not updating

I am using `HAL_SPI_Transmit_IT()` API to transmits 6 frames. The TXP interrupt correctly fires and feeds the TXDR register however after feeding the last frame into TXDR the EOT never fires, actually no interrupt fire after the last frame is feed.Fr...

desmond by Associate III
  • 3674 Views
  • 15 replies
  • 3 kudos

Broken STM32

Hi, I have a problem with a module based on STM32, more precisely it is a module that collects data from the ebike, i.e. temperature, speed, etc. This system is powered by an external 12 V converter, which reduces the voltage from approximately 80 V ...

MSzła.1 by Associate III
  • 1098 Views
  • 1 replies
  • 0 kudos

Resolved! UART receive until idle line.

Hi! I'm trying to use the following function:HAL_UARTEx_ReceiveToIdle_IT(&hlpuart1, lpuartRXbuffer, 64);I've seen a few example codes using it but otherwise google shows nothing when I search for it. I think I should get some callback but I cannot fi...

BMart by Associate II
  • 8198 Views
  • 7 replies
  • 2 kudos

Calculate ADC DMA Buffer Full Period

I'm trying to calculate the period of DMA ADC interrupt triggered when the destination buffer is completely full. As of my understanding the period is:T_dmaDone = [(T_sample + T_conv) * sampleCount * channelCount] / F_adcIn my case each rank is set t...

lgacnik97 by Associate III
  • 909 Views
  • 1 replies
  • 0 kudos

edge-blanking with 3-phase center-aligned PWM

Hello,Comparator in STM32G4 is very fast. some glitch which is detected by COMP (during commutation PWM).The overcurrent detection using internal comparator triggers below the theory (40A insteand 100A for example) I'm having trouble implementing the...

Resolved! Wake up vs Alert in RTC

Hi, could someone explain me what is the difference between wake up and alert in RTC?For example the UM1749 provides information about RTC Alarm functions (section 39.2.8) and wake-up functions (section 40.2.2)When should I use the wake-up and when t...