STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F373 HAL functions for SDADC

Hello guys, I tried to use the HAL_SDAC functions to read two Analog signals (0-3.3V) with DMA but I didn't have good results.That's why I started reading only one Analog signal in Polling mode (ING 5)....unfortunately even in this case I always read...

Vero_0-1715778269997.png Vero_1-1715778306014.png
Vero by Associate II
  • 2773 Views
  • 10 replies
  • 0 kudos

Resolved! STM32F407 Ethernet MII Operation

I have custom hardware with a STMF407VET6 connecting to a ethernet switch via the MII interface.I am using STMCUBEIDE 1.15.1 to generate the basic code. For debugging I am using a barebones configuration for the ethernet connectivity and a GPIO to co...

GLCD only half screen is working

I am working on Graphic Display(JDH12864E) using STM32L031K6. I have written code and I found that my lcd is printing only half of screen.For example:- I try to print ("12345678912345") then it prints only ("123456789") it means it is printing only 1...

Resolved! memory allocation bug in LWIP mem.c?

As far as I can tell, there is a bug in mem_init() in mem.c this can cause a memory overrun and hard fault (if you're lucky) In lwipopts.h I set LWIP_RAM_HEAP_POINTER = 0x30004000 MEM_SIZE 0x4000 I would expect the pool to be from 0x30004000 to 0x300...

MS.9 by Associate III
  • 1657 Views
  • 4 replies
  • 2 kudos

FreeRTOS + FAT fs support on STM32H573

 Hello Team,I have recently started working with STM32 microcontrollers, specifically the STM32H573.In my current project, I am utilizing FreeRTOS as the real-time operating system (RTOS). However, I need to incorporate support for the FAT file syste...

paras by Associate
  • 520 Views
  • 2 replies
  • 0 kudos