STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Guide / user manual for HAL

Hello,I'm trying to use HAL for STM32H7. I have the "Description of STM32FH7HAL and LL drivers" which contains more than 3000 pages. But it is only a description of HAL.Can we find somewhere a guide, an application note or any document which explains...

ValentinG by Associate II
  • 1012 Views
  • 0 replies
  • 0 kudos

Copy directorys from pendrive to sdcard using fatfs..

Hi allI am able to mount both drives and open ,read,write files in both drives...now i need to copy folders from pendr​ive to sd card..is it possible? .fatfs don't have copydirectory function..do i need to create copydirectory function...will accessi...

Amal by Associate III
  • 1920 Views
  • 8 replies
  • 0 kudos

HAL_SPI_TransmitReceive导致freertos死在osdelay中

1�?用STM32CUBEMX生�?的代�?,stm32f405+st25ru3993,使用freertos​两个任务如下,一个闪�?LED,�?�一个测试�?�延时500msvoid StartDefaultTask(void *argument){ /* USER CODE BEGIN StartDefaultTask */ /* Infinite loop */ for(;;) { HAL_GPIO_TogglePin(SYS_LED_GPIO_Port,SYS_LED_Pin);   ...

along ma by Associate
  • 762 Views
  • 0 replies
  • 0 kudos

STM32F207- USB interfacing

using cubeMX tried to interface USB port, at first time when it is interfaced with PC it makes data transferring but once hard reset is done thereafter it does not work.please guide me how to make this to work at all time thankschandrasekaran V

Cvadi.1 by Associate II
  • 573 Views
  • 2 replies
  • 0 kudos

HI, I have STM32L476RG nucleo board. I have interface a SD card using SDMMC. I could not connect to the card.

HI, I have STM32L476RG nucleo board. I have interface a SD card using SDMMC. I have configured SDMMC as 4bit mode with TX, RX in DMA mode. I have configured FATFS. I have given 47K pull up to DO to D3 and CMD line. I am using CUbeMX 5.5.0. The FATFS ...

0690X00000BwcW5QAJ.jpg
HMaje.1 by Associate III
  • 1708 Views
  • 8 replies
  • 0 kudos

STM32 CDC USB - binary files and EOT indication

Hello all,2 more questions on STM32 USB CDC1) I see that it works fine for ASCII files, but when I transfer a binary file it does not. Any advice or parameter I missed?2) I get the interrupts, but how can I get an indication that the transfer has fin...

ECrom.1 by Associate III
  • 793 Views
  • 2 replies
  • 0 kudos

STM32 USB CDC

Another question:I see the the transmit and receive buffers are 2048 bytes longBut the Rx interrupts I get are after 64, 100, 164, 200, 264, 300... Bytes. Why is that ?Eli

ECrom.1 by Associate III
  • 521 Views
  • 1 replies
  • 0 kudos

UART DMA

I am using an STM32L0XX on a Nucleo-64. I am Trying to communicate with a sensor using SDI12 protocol ​(1200baud 8-bit even parity).​To communicate properly you have to implement a question and answer session. To start with a 2-byte question response...

GGill.1 by Associate II
  • 1115 Views
  • 5 replies
  • 0 kudos