STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H745 CM4 with CMSIS DSP Library Procedure

I wanted to implement FIR filter and FFT using Cortex M4 in Dual Core STM32H745 Device. Is there any procedure document or application note available to implement by generating from STM32Cube IDE ?Filter Coefficients can be generated from MATLAB filt...

YSN by Senior
  • 1350 Views
  • 1 replies
  • 1 kudos

Custom hid input report descriptor

Hi folks,I have a stm32f411 with custom hid running smoothly. But if i change a value in the report descriptor data transmission stops working.I want to change the descriptor cause i want to send more data to the host.Here is the descriptor which wor...

0693W00000Dq1vxQAB.png
MHovi.1 by Associate II
  • 836 Views
  • 1 replies
  • 0 kudos

I am working on lwip, tcp/ip, RTOS application with stm32f746 discovery board . By clicking a button on the server with html page, i can toggle a LED . The problem is that, how do i get the text i wrote in an html page into the mcu?

I am working on lwip, tcp/ip, RTOS application with stm32f746 discovery board . By clicking a button on the server with html page, i can toggle a LED on the board with the help of the code below:if (recv_err == ERR_OK)   {   if (netconn_err(con...

adogan by Associate
  • 735 Views
  • 3 replies
  • 0 kudos