STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Change driver SPI to DMA_SPI

Hi everybody,I training today to the screen qith the driver ILI9341.I use a library find the net.If i use the SPI in normal mode (pooling) everyhting it's ok.But the time to fill is very long ( like 2 second aprox.). SO i would like use the DMA to se...

JJoao.1 by Associate III
  • 27 Views
  • 0 replies
  • 0 kudos

Flash with bootloader uart issue stm32f405

Hi,I'm trying to flash overt build in uart bootlader stm32 slave device. Here is my setup :Master STM32F4 with tinyUSBSlave STM32WLE5 device Master and slave are connected together over uart. Master has control of boot0 and reset ligne of slave devic...

SBaro.11 by Associate III
  • 63 Views
  • 1 replies
  • 0 kudos

Independent watchdog

Hi, 1) I'm using the Nucleo-L496ZG board. I 'am working on Independent Watchdog timer.  I'm facing an issue that is my timeout value is 15msec, reload value is 29, so my watchdog refresh should happen till 14msec. But iam unable to refresh the watchd...

fileX file name encoding

Hello,I am listing files on the SD card using fileX. My issue that some of the files contain Czech Characters (eg. č,ž,ě,š and few more). It seems that files with czech characters are read with shortened file names. (FX_MAX_LONG_NAME_LEN is set to 25...

JeronymJ by Associate II
  • 27 Views
  • 0 replies
  • 0 kudos

Resolved! FileX SD card using SPI

Hello,I need to connect SD card to STM32H5 device. CubeMX does not support fatfs I was using in the past, but only ThreadX and FileX. We decided to use this as STM32H5 seems like a good choice for many future projects.So we connected the SD via SPI.M...

JeronymJ_0-1741946752464.png
JeronymJ by Associate II
  • 247 Views
  • 7 replies
  • 0 kudos

STM32H745 ETH DP83848 & LwIP

Moved from MPUs forum: STM32H7 is an MCU - not an MPU.I configured a new project for STM32H745XIH3 with ETH & Lwip   Linker file section related to lwip.lwip_sec (NOLOAD) : {. = ABSOLUTE(0x30000000);*(.RxDecripSection) . = ABSOLUTE(0x30000080);*(.TxD...

Chandra_sekhar_0-1744180155511.png Chandra_sekhar_1-1744180168286.png Chandra_sekhar_2-1744180183737.png Chandra_sekhar_3-1744180199037.png