STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

BUG: v1.8.0 stm32h7xx_hal_spi in IRQHandler

There is a bug in the IRQHandler function that causes the callbacks associated not being correctly called. hspi->State = HAL_SPI_STATE_READY; if (hspi->ErrorCode != HAL_SPI_ERROR_NONE) { #if (USE_HAL_SPI_REGISTER_CALLBACKS == 1UL) ...

JLata by Associate
  • 117 Views
  • 0 replies
  • 0 kudos

STM32H743ZI LWIP TCP/IP EchoClient Example

I am sorry that I am not good at English.Hi. I use the stm32h743zi mcu. I ported stm32h743i-val lwip tcp echo server and client applicationserver application was well working but client was not workingping test was not responed.my firmware flow is th...

KKim.19 by Associate II
  • 2472 Views
  • 14 replies
  • 0 kudos

USB Issue on H743II

Hi,I have two STM32H743II MCUs, one of them is USB device and the other one is the USB host, did it sing the cube.then added to the host code the USBH_CDC_ReceiveCallback function.and added the  HAL_PWREx_EnableUSBVoltageDetector(); function after th...

JKhal by Associate III
  • 611 Views
  • 6 replies
  • 0 kudos