STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I am having a problem with the USB HID host and the SDMMC with FATFS. For some reason these two pieces of firmware interfere with each other. The symptom is the SDMMC will fail with a disk error after the HID host has been running for a couple of seconds.

Both of these firmware were extracted from the STM32H743i-Eval part of the version 1.7.0 HAL library code. The board I am using has no I/O expander so I have eliminated that. The HID host firmware has been modified to support both a keyboard and mous...

BBert by Associate III
  • 293 Views
  • 0 replies
  • 1 kudos

Hi, I am keep on reading frequency count using Timer and i need to store this frequency count in the DMA for every second (when interrupt trigger). what are functions write into DMA and read back from DMA

I am keep on reading frequency count using Timer and i need to store this frequency count in the DMA for every second (when interrupt trigger). what are functions write into DMA and read back from DMA when PLC requested.  i am new to DMA if any sampl...

NPULI.1 by Associate II
  • 182 Views
  • 0 replies
  • 0 kudos

How to signal NAK on USB Bulk Out endpoint

My USB device has an input buffer of limited size. If the buffer is full the USB driver should respond with a NAK to any incoming data packets until the buffer has enough space for new data again. How can my application signal this buffer-full condit...

WKurz.1 by Associate
  • 310 Views
  • 0 replies
  • 0 kudos

how to check remaining heap size

We are using stm32h750xb for our project running uC/OS-II RTOS.Question: is there a way to check the remaining heap size for the system at any point of time after the product is up and running.

ckw089 by Associate II
  • 1263 Views
  • 5 replies
  • 0 kudos