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

I am porting a project from stm32f072 to stm32L412 and I am having the link errors listed below. I can't even locate where the symbols are defined.

Error: L6200E: Symbol __asm___18_system_stm32l4xx_c____REV16 multiply defined (by .\system_stm32l4xx_1.o and .\system_stm32l4xx.o).Error: L6200E: Symbol __asm___18_system_stm32l4xx_c____REVSH multiply defined (by .\system_stm32l4xx_1.o and .\system_s...

MKass.1 by Associate II
  • 526 Views
  • 1 replies
  • 0 kudos

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
  • 1450 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
  • 911 Views
  • 1 replies
  • 0 kudos

Resolved! FreeRTOS Support continuation for Middlewares , libraries , stacks , and ST Hal drivers from STMcube Mx and IDE

We have been using STM32 L series and F series of micros in our products with STM32Cube Hal drivers , stacks and FreeRTOS. Now we have to go to certified RTOS. Looking at options of SafeRTOS , Azure Threadx , and Flexible Safety RTOS. We would like t...

SChin.4 by Associate II
  • 565 Views
  • 1 replies
  • 0 kudos

Resolved! STM32L4 Freertos - read specific item from queue without removing item from the queue.(peek)

Hi, I have STM32L496 and use Freertos 10.2. Everything is fine, but I would like read data from queue without removing from the queue. I discovered function xQueuePeek() but I dont know how to use it if I can read specific item from Queue. For examp...

lorant124 by Associate III
  • 1315 Views
  • 1 replies
  • 0 kudos

download via debbuger disable system bootloader.

Hi,In my system host mcu update firmware in slave stm32g071cbSome times I found that host controller cannot call embdedded bootloader by pulling up boot0 and reset via pins . After reset always starts main app instead of bootloader. I lost few hours ...

Arkady1 by Associate
  • 530 Views
  • 1 replies
  • 0 kudos

STM32F207VC - Ethernet with LwIP works after flashing but not any more after power supply is set off and on again

Hello all,I have a strange behavior with the ethernet connection of my STM32F207 application:When I flash the software to the controller the software works. I can ping the controller, I can communicate with a client software to the serversoftware on ...

SRond by Associate III
  • 4377 Views
  • 19 replies
  • 1 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
  • 793 Views
  • 3 replies
  • 0 kudos