STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Flash Erase does not work when DBANK = 0

In my own application , I noticed that Flash page erase stopped working once i cleared the DBANK flag in the option bits.While i start debug this, i see a irregularityIt looks there is a difference in datasheet and ST-Link , the datasheet says when D...

sde c.1 by Senior II
  • 858 Views
  • 4 replies
  • 0 kudos

STM32H745 Ethernet Problem

Hii, This is the first time I'm working with a dual core H7. My Board is Discovery kit with STM32H745XI. l reserch very much but there is nothing about Ethernet on STM32H745. No example no asking questions. l cant find.l need to Tcp Connection on Eth...

aşahb.1 by Associate
  • 766 Views
  • 2 replies
  • 0 kudos

Dynamic memory allocation in USBD_CDC_Init

MCU: stm32f427Firmware Version: F4_v1.25.2CubeMX Version: 6.0.1The generated code for USB Virtual Com Class dynamically allocates memory (calls malloc) in USBD_CDC_Init. However, this init function is called under a IRQ context, and I don't think doi...

Resolved! Logging a Variable Using USB Mass Storage Mode

Hi guys,On USB Host Mass storage mode, I am creating a text file using (f_open(&myFile, "TEST2.TXT", FA_WRITE | FA_CREATE_ALWAYS function.For writing text into the file, I use sprintf(rwtext, "Hello World"); function to write the...

AKh.1 by Associate II
  • 530 Views
  • 1 replies
  • 0 kudos

Uart does not work.

Hi.​If you continue to receive packets while executing Uart for the first time, the operation stops.If there is some delay, it's okay, but if there isn't, it suddenly stops.However, if you update the STM32 directly, it will work again.It works even i...

LSang.11 by Associate II
  • 348 Views
  • 0 replies
  • 0 kudos

Ethernet Interfacing with STM32H743ZI2

Hello Sir,I am using the STM32H743ZI2 for the interfacing with ethernet. I am totally new to ethernet protocol. I have gone through the example lwIP_HTTP_Server_netconn and also setup all the things as per the readme.txt file .but result is not gett...

NDalv.1 by Associate II
  • 493 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F723 USBPHYC LDO control documentation/HAL bug

So I'm looking at the reference manual of STM32F723 to find out how to control the USBPHYC peripheral. Actually there is no programmer's guide in there like for most peripherals, so I can only rely on the register map to find anything out about it. T...

Ben K by Senior III
  • 954 Views
  • 3 replies
  • 0 kudos