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

How to read 1Mb file in fatfs

i am reading 1MB file in stm32h750 using f-Read function in fatfs,c file for the USB Stick implementation but its only read 50Kb file not more than so i want to read 1MB file what should i Do read 1mB file in fatfs using USB stick Or USB HOST functio...

MSury.1 by Associate II
  • 476 Views
  • 0 replies
  • 0 kudos

Resolved! In the STM32F4 example, it says I have to enable or disable TRANSMITTER_BOARD, but I don't know where or how to do that.

The example I'm trying to work with comes from: STM32Cube_FW_F4_V1.25.0\Projects\STM32F4-Discovery\Examples\UART\UART_TwoBoards_ComPollingTo enable in the compiler means the board is the transmitter and disable means the board is the receiver. The co...

Free rtos build error when using queues using stm32cube IDE. configUSE_QUEUE_SETS set to 1 not found in FreeRTOSCOnfig.h

Hi, I am trying to implement Queues for my application having three tasks. Two tasks sending messages and third task will receive the messages from task 1 and task 2.But when I build I am getting this errors.20:52:21 **** Incremental Build of config...

Kumar B by Associate II
  • 838 Views
  • 1 replies
  • 0 kudos

How to get my STM32F407VG to talk with my PC?

I've tried many programs and configurations to get my board to printf text to my PC while running tera term to receive the text. But everything I've tried has failed. In the following program, pushing the blue button is supposed to turn on the green ...