STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to load application using USB DFU loader

Posted on February 13, 2017 at 14:03Short description: I can load .dfu file from DFU_Standalone code sample, but cannot load my own .dfu file.Details:I am trying to work with DFU_Standalone code sample. It works with STM32469I_EVAL_SysTick_0x0800800...

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
  • 268 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...

Labels