STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPI_RxFIFOThresholdConfig is not defined

I'm using the L4xx HAL library and trying to set my SPI RX threshold value to 1/4 so I can receive a single byte response. From my research there should be a HAL function called SPI_RxFIFOThresholdConfig that will do this. When I put it into my SPI i...

RBair.3 by Associate II
  • 1002 Views
  • 2 replies
  • 0 kudos

Ethernet TX doesn't work because ETH_DMATxDescListInit() doesn't initialize the entire ETH_DMADescTypeDef

The officially recommended recipe for lwIP on STM32H7 puts the ethernet DMA descriptors in SRAM1. SRAM1 is not zero'd by the default startup code.It's unsafe for the network drivers to assume that buffers and critical data structures live in .bss.F...

Resolved! I have a question about cmsis dsp lib source.((arm_mult_q31.c)

Hi​I found something strange in cmsis dsp source.​I am using stm32f429 and LITTLE ENDIAN and cmsis dsp library V.1.5.1.​in cmsis dsp library(arm_mult_q31.c) :​void arm_mult_q31( q31_t * pSrcA, q31_t * pSrcB, q31_t * pDst, uint32_t blockSize){... whil...

yh by Associate II
  • 2737 Views
  • 4 replies
  • 0 kudos

SPI is always stuck in busy state

I have found several other forum posts on this subject, and I've tried to follow them, but I'm still stuck. For some reason, SPI3 on my bl47eio1a never enters a ready state. It gets stuck waiting for a ready state before it ever can send or receive a...

RBair.3 by Associate II
  • 2699 Views
  • 3 replies
  • 0 kudos

Resolved! STM32CubeMonitor-UCPD "message rejected for this port configuration" when requesting Power Profile

Hello, I'm able to connect the STM32CubeMonitor-UCPD with NUCLEO-G071RB and X-NUCLEO-SNK1M after following the instructions in AN5418. I only changed port 0 Sink PDO1 to 0x020641F4.I want to use the setup as a sink and always want to get the maximum ...

AlexH by Associate
  • 2288 Views
  • 3 replies
  • 0 kudos