STM32 MCUs Products

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
  • 2455 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
  • 810 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
  • 5924 Views
  • 7 replies
  • 0 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
  • 640 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...

STM32F072RB SPI DMA issue

Hi Team,We are using STM32F072RB MCU with discover EVM boardWe are using STM32CubeIDEWe are using SPI1 and SPI2 as slave mode configuration Query: we observed that the FIFO full and overflow is happening @Spi slave while receiving the data stream @1M...