STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! GDB-server openocd

Could not verify ST device! Please verify that the latest version of the GDB-server is used for the connection.Open On-Chip Debugger 0.12.0-00024-gc3ff39f8b (2023-06-26-16:51) [https://github.com/STMicroelectronics/OpenOCD] Licensed under GNU GPL v2 ...

Kai_Satone_0-1715061177011.png

Resolved! STM32G0B1 EXTI DMA GPIO

Hello dear All,On STM32G0B1 I'm trying to capture PORTD[0-7] value with DMA on EXTI0 event (PD0 falling edge)(Read PORTD value in EXTI0 interrupt is too slow for this application -> PORTD change value before entering IRQHandler())I configure EXTI and...

MTE_MMO by Associate
  • 1507 Views
  • 3 replies
  • 0 kudos

stdlib bug - STM32F4 SPL (Standard Peripheral Library)

in stdlib version1.9.0, void I2S_Init(SPI_TypeDef* SPIx, I2S_InitTypeDef* I2S_InitStruct) { uint16_t tmpreg = 0, i2sdiv = 2, i2sodd = 0, packetlength = 1; uint32_t tmp = 0, i2sclk = 0; #ifndef I2S_EXTERNAL_CLOCK_VAL uint32_t pllm = 0, plln = 0,...

Ethan1_0-1720779658564.png
Ethan1 by Associate III
  • 1033 Views
  • 5 replies
  • 0 kudos

Application compiler error in STM32Cube_FW_F4

Hi there,I am using cubeMx to config the LwIP project which is based on STM32F429BI;I connect the MCU to the route and ping the MCU by PC successfully in DHCP or static IP mode.I can normally get the MCU IPv4 address in static IP mode but fail in DHC...

Junde by Senior III
  • 299 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H563ZIT6 I3C master read buffer question

          Hello! I dont know where to find received data after HAL_I3C_Ctrl_Receive_IT progress.          I set I3C of my H563 as master and sent ENTDAA and master read , the slave answered both command. The interrupt of slave reflects that master re...

Xonier by Associate III
  • 1112 Views
  • 5 replies
  • 1 kudos

Resolved! stm32f722 SWD MEM-AP ports

I'm trying to see what's possible in terms of a bootloader in a custom application of an stm32f722. We have an external 2-megabyte flash chip on the QSPI bus, along with the internal 512-kilobyte flash.  I'd like to make the bootloader stored on inte...

bkadzban by Associate
  • 648 Views
  • 2 replies
  • 0 kudos