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
  • 781 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
  • 1210 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
  • 371 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
  • 4501 Views
  • 9 replies
  • 1 kudos