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

STM32H7 MODBUS TCP

I have created a web server using the STM32H723VET6 processor and can communicate with my own circuit through the web server. I can send and receive data to and from the processor over the web server (using LWIP). I am sending data every second throu...

KAnahar by Associate III
  • 2629 Views
  • 2 replies
  • 0 kudos

SDRAM1 ( 0xC0000000 ) not reading data properly

I am using code for (uwIndex = 0; uwIndex < BUFFER_SIZE; uwIndex++){*(__IO uint32_t*) (SDRAM_BANK_ADDR + WRITE_READ_ADDR + 4*uwIndex) = aTxBuffer[uwIndex];}/* Read back data from the SDRAM memory */for (uwIndex = 0; uwIndex < BUFFER_SIZE; uwIndex++){...

MNapi by Senior III
  • 820 Views
  • 0 replies
  • 0 kudos

Resolved! Regarding NO STM32 MCU Connected

Hello Team, I have connected the STM32H723ZI2 board to the PC, i could see the virtual drive connection to the PC, but when I use the embedded coder support and generate code and try to flash the board it showing No board connection to the board.  

mvenkat86 by Associate II
  • 13316 Views
  • 9 replies
  • 1 kudos

Resolved! STM32H750 DMA ADC crush

Hello, I'm using STM32H750VBTWhen I'm trying to use DMA for ADC data collection I'm experiencing MCU crush. Currently I know that issue happens when DMA fill half of defined buffer.I'm using STM32CubeIDE and builded in CubeMX. To precize issue I used...

SFediakov_0-1711556579801.png SFediakov_1-1711556595128.png SFediakov_2-1711556684995.png SFediakov_3-1711557188032.png
SFediakov by Associate II
  • 2347 Views
  • 2 replies
  • 1 kudos

Resolved! STM32F103 Multiple wakeup sources detection. Unable to read RTC_CRL[ALRF] flag after reset from STBY

Hello,In this thread, I would like to clarify a point regarding how to read the RTC_CLR[ALRF] flag. I am using the STM32F103C8T6 microcontroller and the STM32Cube Firmware (HAL) version 1.8.5. This flag indicates that the alarm has been activated.My ...

Cgelectronics_2-1695502691819.png Cgelectronics_0-1695500851362.png Cgelectronics_1-1695501377490.png

Need Assistance with PDM2PCM on STM32F407-DISC1

Hello, I am using an open source voice-recognition software known as Picovoice. To use their library it must be passed a PCM signal at a certain rate with a specific number of samples per frame. I used CubeMX to enable the PDM2PCM library on the STM3...

GSkoumal by Associate II
  • 1212 Views
  • 0 replies
  • 0 kudos