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

SPI DMA Receiving buffer is not filled

Hello,I'm trying to setup a SPI communication through DMA but I can't receive data.I use a STM32H7 microcontroller as a single master to reach a single slave. I would like to transmit 1 byte, and receive 1 byte in return. To start the transfer, I cal...

illmanta_0-1716995266216.png
illmanta by Associate
  • 671 Views
  • 0 replies
  • 0 kudos

implementing wake up from stop via ethernet mechanism

We apologize for changing the subject again and not responding to your request, but today we discussed this project with our teacher, who told us to first focus on the implementation of Wake on LAN and to be satisfied with putting the device in stand...

CostaMH by Associate
  • 1901 Views
  • 1 replies
  • 0 kudos

Zero crossing detection

HELLO, Can you please suggest us any mcu having internal block for zero crossing detection in stm32 for 50 - 60hz frequency signals or any slave chips that are dedicated for zero crossing detection. Thank you, Krishna.  

Resolved! USART HAL_UART_RxCpltCallback is not called.

Hello.  I am currently using USART6 by setting RX as interrupt, and TX as DMA in STM32F4.The ST board mostly worked well, however, after some hours (maybe 10 hour), the RX interrupt wasn't called. I suppose that this problem is not related to hardwar...

interactics_ST_0-1708928863366.png interactics_ST_1-1708929532250.png

STM32H7 SPI using common lines for two sensors and DMA

 Hello,I have been working on creating an SPI loop using the SPI callback function to alternate between two sensors that share a common SPI SDI/SDO line. However, I am encountering an issue where the SPI transfer complete callback is triggered, but t...

eds by Associate III
  • 544 Views
  • 0 replies
  • 0 kudos

Resolved! STM32U5A5QJI6Q Reference Design - Reg

  Hi Team,I am reaching out to inquire about the availability of the reference design for the STM32U5A5QJI6Q microcontroller We are currently in the process of designing a project that could greatly benefit from utilizing this specific microcontrolle...

Hex file merging in bootloader

hi, I am beginner for ARM controller bootloader development. I am using STM32F103C8T6 controller. so, how to merge bootloader and application hex files.  I am using STM32 Cube IDE for development. kindly help to me. if you have any bootloader develop...