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! STM32H7 Simple SPI Rx does not work

Hello,I am using SPI1 on STM32H743ZI MCU.When I use SPI Transmit Function it works well.But when I use :HAL_SPI_Receive(&hspi1, ads_buf, READBACK_LENGTH,500);ads_buf is still full of 0, it does not get filledI checked with logic analyser and it is wo...

0693W000007ByPuQAK.png

How can i use icmp_ping()?

I wants to get ping another device such as PC using lwip. I find some file in :https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Middlewares/ST/STM32_Network_Library/servicesbut the problem is that i can't use these functions. How can i u...

hz.11 by Associate
  • 441 Views
  • 0 replies
  • 0 kudos

STM32F412: Changing CAN bus BAUD rate on the fly

I have configured CAN module 1 on the STM32F412 and it works fine when initialized with a certain BAUD rate (For example 500K). I have a GPIO input, which when toggled needs to changed the BAUD rate to 250K. The sequence I am following with STM32Cube...

kd_1zac by Associate
  • 1033 Views
  • 0 replies
  • 0 kudos

STM32F412 - CAN bus disable filter configuration.

I got the CAN bus on the STM32F412 with STM32Cube_FW_F4_V1.25.2 - up and running but I have noticed that the Initialization configuration requires the filter to be enabled and configured properly. If the filter is not configured and enabled, the CAN...

kd_1zac by Associate
  • 917 Views
  • 0 replies
  • 0 kudos