STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 SDIO SD card initialization

Hi,I have an STM32F7 design with SD card connected via SDIO interface.In many posts I read that SD cards have to be initialized with a 1 bit wide bus and a clock of 400 kHz. Switching the bus width from 1 to 4 bit using the command HAL_SD_ConfigWideB...

JBurg.5 by Associate II
  • 131 Views
  • 0 replies
  • 0 kudos

Using LTDC in L8 input mode

My goal is to display text on the TFT LCD using stm32F756. The display I have is just the screen, no controller or gram. So I have configured the LTDC and was able to display a sample image which I stored in the flash. Now, the internal SRAM is not s...

Resolved! STM32H7 LPTIM compare mode

Hi, I use STM32CubeMX 6.10.0 and I have a STM32H7 CPU.The LPTIM is a frequency counter that can give an ISR when thecounter reached a specified value; after reaching this value it startsagain from zero (ARR mode), or it continues towards the max valu...

STM32F439ZI_ETHERNET

I am a beginner in using stm32f439zit6 eval board. I can ping the board by setting a static IP through host (my laptop). I don't have any idea about how to write a code to transmit data from host to board. Can anyone guide me to do this? 

arun27 by Associate II
  • 104 Views
  • 1 replies
  • 0 kudos

OpenBootLoader Advice / Best Practice

Hello Forum,I would appreciate some advice regarding bootloaders. Apologies in advance as this is mostly new to me. I have been researching the pre-programmed ST System Bootloader and OpenBootLoader (OBL) to try and figure out whether they are approp...

Resolved! Ethernet: LWIP memory issue

Whenever i am trying to post data i am facing this error this is making my system reboot everytime. I am using STM32F417VETX controller. Assertion "detected mem overflow in pool TCPIP_MSG_INPKT" failed at line 109 in ../Middlewares/Third_Party/LwIP/s...