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

Resolved! STM32L476: DFU problems.

I'm using an STLKT01V1 SensorTile, which is based on STM32L476.Since STLKT01V1 cannot select DFU update with the hardware, in my firmware I implemented a function for jumping to the embedded bootloader, as described into the application note, and thi...

Is implementation of RTOF support botched in HAL?

Somewhere at the end of 2019 the HAL got some RTOF stuff added. Right from the start, it declared HAL_UART_ERROR_RTO, which makes no sense, because RTOF is not an error! And with this start it got processing that pretty much makes using RTOF impossib...

maple by Associate II
  • 719 Views
  • 0 replies
  • 0 kudos

Function HAL_SRAM_Write_DMA(....) setup

Dear all,I am trying to use the above function to transfer data from STM32F429 to an external SRAM device but I am not able to see the signals generated.I can use without ptoblems a similar function (HAL_SRAM_Write_16b(...)). I am using STM32cubeIDE ...

Building/Importing Project with Makefile

Hi,I am trying to build this (https://github.com/IntergatedCircuits/DfuBootloader) bootloader for STM32F070CB microcontroller. I tried importing it into Atollic TrueSTUDIO and Eclipse IDE. Couldn't properly import the project and when I build it I ge...

MTU automatically setting at LwIP

Hi,I’m using STM32H7xx with LwIP. My system works perfectly at my office, my home and even at my client in the US.However, only one location, at one of my colleague house, there are some issues with downloading file via LwIP.After instance investigat...

Lmali.1 by Associate III
  • 673 Views
  • 0 replies
  • 0 kudos

Extended Partition Support in FatFS

Hi,I am trying to use FatFS generated from STM CubeMx as middlewares. I am using STM32L4 with external memory eMMC. I see that I can create upto 10 (0-9) Logical Partitions, but when I look into f_fdisk API, seems like it takes only 4. I understand t...

nishal by Associate
  • 599 Views
  • 0 replies
  • 0 kudos

How to send data from Windows to HID keyboard?

Hello everyone! It's may be not the good place to state this problem but I am trying for days to send data from Windows to my STM32F103C8T6 CustomHID keyboard with Visual Studio in c#.I tried many libraries and stuffs that did not work. Like this one...

HGaut.1 by Associate II
  • 1363 Views
  • 2 replies
  • 1 kudos