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

STM32F103C8T6 Cannot jump to boot from application

I'd like to do a jump to bootloader from application on STM32 Blue Pill STM32F103C8T6. My approach looks that: - Write to BKP->DR1 any value; - Do a reset (NVIC_SystemReset());- A the beginning of main, check if BKP->DR1 != 0, than set it to 0 and ju...

JSko.1 by Associate
  • 505 Views
  • 0 replies
  • 0 kudos

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
  • 465 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
  • 814 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 ...