User Activity

I am using STM32H733ZGT6 in my project. For Ethernet communication, KSZ8081RNB PHY is configured in 25MHz mode such that PHY has to supply the 50MHz clock to MAC in my MCU. Problem here is, when I try to reset the MAC and its DMA controller by settin...
Hi, I am trying to receive 19 bytes in UART in DMA mode. I have configured both the peripheral (DMA_CCR_PSIZE) and memory alignment(DMA_CCR_MSIZE) as byte. When I Enable the UART receive in DMA mode, I encountered with Hardfault exception. After debu...
I stuck with ADC implementation understanding. Please help me to get this.In STM32L5xx reference manual (RM0438), ADC main features are given as follows (Page no. 685 in RM0438 Rev7)" Up to 2 ADCs which can operate in dual mode:ADC1 is connected to 1...
I am working on STM32L552 Nucle0-144 board with Trustzone enabled. Secure code starts from 0x0C000000 and non secure code vector table located at 0x08040000. After completing the initializations in secure code I am calling non secure reset handler by...
Hello,I need a help in Motor frequency calculation with more precision. I am using STM32F070CB for my application. My requirements are1) Monitor the Motor frequency based on quadrature pulses.2) If Frequency varies by +/-15%, need to process some saf...