STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to use emulated EEPROM for STM32F series MCU

Hello everybody!Can anybody advise me on a simple way to emulate EEPROM for STM32f… MCU?Right now I need it for STM32f373C8T6 MCU.Yes I have X-CUBE-EEPROM, but there is no “STM32F” series at allYes, I have read the "AN4056 EEPROM emulation in STM32F3...

Khtos by Associate
  • 660 Views
  • 1 replies
  • 1 kudos

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
  • 1046 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
  • 342 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
  • 3993 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