STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

FileX exFat slow mounting/opening

Hello,We've recently got our hands on 2TB SD Cards and discovered limitations with the FileX library provided through Cube. When mounting systems with exFAT using the provided FileX library, the bitmap is initialized by opening the volume and then ca...

STM32U5G9 ADC weird DMA issue. Broken HAL driver?

I have a STM32U5G9 based board. I use 2 ADCs, ADC1 and ADC2 in independent mode. I need to measure changing voltages with a lot digital noise filtering. I achieve this by setting ADC to sample the signal to a memory buffer via DMA, then averaging the...

HTD by Senior III
  • 1143 Views
  • 4 replies
  • 0 kudos

Resolved! STM32H573I-DK USB Type C Receive Problem

Hello Everyone,I'm new to USB peripheral. I have STM32H573I-DK and trying to make Type-C work in Device CDC ACM class. I read some documents and examine example codes. After all this, I create a project and I can transmit data from my DK to PC but I ...

iCenger by Associate
  • 1268 Views
  • 3 replies
  • 0 kudos

Resolved! Question About Memory Allocation

If this question is silly or obvious, I apologize, but I'd like some guidance on understanding this.I am playing around with C++ and freeRTOS on a STM32L476RGT6, below is a code snippet that creates an object main function of my program. This object ...

Resolved! Open Bootloader FDCAN examples

I am looking into using the Open Bootloader to develop a FDCAN/CAN bootloader for the STM32G431RxTx MCU. Does anybody have an example for this? Or any pointers to good resources.The examples in CubeMX seem to be for an older version of Open bootloade...

Resolved! STM32H732 I2S Unstable Clocks (Stutter)

I have set up a project in STM32CubeMX. I have setup both I2S1 for Receiving and I2S2 for Transmiting with DMA. After the normal initalization i start receiving from the DMA:       if (HAL_I2S_Transmit_DMA(&hi2s2, (uint16_t*)&output_buffer, 1) != HAL...

Gkatsos by Associate III
  • 2356 Views
  • 13 replies
  • 0 kudos