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

Getting data from SAI interface (microphone array)

Hi. I want to make microphone array with 16 ICS-52000 microphones connected to STM32L476RG. I made 16 PCB's and now I want to test each microphone and display some data in console just to see if they just work properly. Below is my SAI config: ICS-5...

erysv_0-1698606561673.png
erysv by Associate II
  • 1745 Views
  • 2 replies
  • 0 kudos

Bug STM32F429ZI ETH PTP TIM2 ITR1

STM32Cube FW_F4 V1.27.1HAL ETH PTPfilestm32f4xx_hal_tim_ex.cDefinition of TIM_TIM2_ETH_PTPline 75-79#if defined(TIM8)#define TIM_TIM2_TIM8_TRGO           0x00000000U               /*!< TIM2 ITR1 is connected to TIM8 TRGO */#else#define TIM_TIM2_ETH_P...

vekli by Associate II
  • 1655 Views
  • 4 replies
  • 2 kudos

STM32f407 dma->uart transfer stops after some time

Hi, i have a certain problem.I have an application which continuously reads out data from sensors. Each sensor read will be triggered by me by using a dma-uart transaction. On the receiving side i have a uart-dma in cyclic mode which fills up the buf...

MOtto.1 by Associate II
  • 4623 Views
  • 10 replies
  • 0 kudos

Resolved! STM32F7 LWIP arp request repeats TX but no RX

Hey ,I have a problem getting LWIP NO_SYS to work on a STM32F765IGT6. We have a custom board with a RMII-PHY and have a 50 MHz clk, data on the RXD0, RXD1 and CSR_DV lines. We also have data on the TXD0, TXD1 and TX-EN lines.On boot the device transm...

nick_berg_0-1698676720222.png
nick_berg by Associate II
  • 2592 Views
  • 3 replies
  • 1 kudos

firmware over Ethernet possible on STM32F103?

STM32F103 and W5300 (Ethernet chip) were connected to FSMC.I've officially checked how to do firmware using Uart or USB.However, I can't find the firmware method using Ethernet.Can STM32F103 proceed with firmware upgrade using firmware data received ...

DJlee by Associate II
  • 2305 Views
  • 3 replies
  • 0 kudos

Resolved! Need Help with RX ETH using HAL

Hi!!!Need assist. 2 boards with stm32F439 (Nucleo boards) direct connect1 board send packet (every 1 sec) using function:HAL_ETH_Transmit(&heth, &txConfig, HAL_MAX_DELAY);ok. packed succes captured and verified with WireShark, no errors.Try receive t...

User25 by Associate
  • 1286 Views
  • 1 replies
  • 0 kudos