STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I am testing the ethernet on our custom board with a STM32H745IHx MCU attached to an 8740A phy chip. We want to use RMII mode. Currently, I am failing the loopback test. We are not sure why this failure is occurring.

I put my code on a nucleo board, and the loopback test works, so I don't think it's my code. This problem occurs only on our setup. I have included a schematic of our setup so you can see it clearly. The loopback mode is enabled by setting the l...

DOrvi.1 by Associate II
  • 3400 Views
  • 15 replies
  • 1 kudos

I am using the STM32G0xx_LL_Driver on the Debian product based on DragonBoard820c. We have the Snapdragon 820 processor which I have used as master, and MCU from ST is the slave device. For SPI transaction I'm unable to toggle Chip Select pin.

GPIO_InitStruct.Pin = SPI_NSS_Pin; GPIO_InitStruct.Mode = LL_GPIO_MODE_ALTERNATE; GPIO_InitStruct.Speed = LL_GPIO_SPEED_FREQ_LOW; GPIO_InitStruct.OutputType = LL_GPIO_OUTPUT_PUSHPULL; GPIO_InitStruct.Pull = LL_GPIO_PULL_UP; GPIO_InitStruct.Alternate ...

YJain.1 by Associate II
  • 229 Views
  • 0 replies
  • 0 kudos

STM32F3 UART Interrupt Bug

Hi, if I call: HAL_UART_Receive_IT, and I disable all the error IRQ (I don't want to be waken if I sleep) with the following instruction: __HAL_UART_DISABLE_IT(&huartx,UART_IT_ERR) ;The uC stops to run because the HAL doesn't manage the IRQ error if ...

Problem sending email using STM32H7

I use NUCLEO-H743ZI board and i have create an http server using RTOS (FreeRTOS API's). My server works good. Now i'm trying to test sending message from a request email to a destination email. I use the functions and definitions based on smtp.c and ...

marfourna by Associate II
  • 1127 Views
  • 4 replies
  • 0 kudos