STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32 DFU USB CDC

Is it possible to do a DFU/SFU via USB CDC, how? On the UM2262 Applicate Note it mentioned on page 39 that local firmware download can be done through a UART Virtual COM port. I assume UART Virtual COM port is not the same as USB CDC. Appreciate your...

AAgar.2 by Associate III
  • 878 Views
  • 7 replies
  • 0 kudos

Resolved! STM32 DFU Memory Requirements

How much memory should be available in the device flash to do the firmware install? If my application takes up >80% of my device's flash is it even possible to do a firmware update since most of the flash is already used up.Appreciate your support.

AAgar.2 by Associate III
  • 576 Views
  • 6 replies
  • 0 kudos

Resolved! How to use HAL to leave the UART DMA in idle mode?

Hi,I'm trying to develop a module where information from a buffer is read by DMA and sent through UART, but the information is put in the buffer without a constant rate and it might happen that the buffer is empty, if that happened, I understand that...

mur by Associate III
  • 456 Views
  • 2 replies
  • 0 kudos

Potential DAC and FreeRTOS conflict?

Hello,I am using STM32F417 to control a sounder among many other functions. In the firmware, the DAC is controlling the sounder which works fine when tested alone. However, the moment the FreeRTOS is enabled, the DAC stops working. What I am suspecti...

SKILA by Associate II
  • 576 Views
  • 4 replies
  • 0 kudos

Trying to do arm_fft_fast_f32 256 bin for a 8000Hz sampled data. Taking only 8000 samples i.e. 1sec and diving into segments to do 256 fft. Not working after first iteration.

So dividing the sampled data and trying ti do each segment fft just like i did in matlab but the problem is the first segment fft is working next to that fft giving strange values. But if the second set/segment is done fft first it gives the right an...

AChan.3 by Associate
  • 387 Views
  • 0 replies
  • 0 kudos