STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! FATFS anti-tamp pin fixed?

I'm working on a project that involves using FATFS and I was curious if I had to use the specified anti-tamp pin that gets shown. I declare other input GPIO, but only PC13 shows up as PC13-ANTI_TAMP

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
  • 898 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
  • 992 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...