STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1466 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
  • 482 Views
  • 2 replies
  • 0 kudos