STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Multiple HID reports is

Hi All, I'm having issues setting up multiple HID reports. I had a couple of USB HID projects in the past, all worked fine. This time I started from STM32CubeIDE from Custom HID device. I have the following report descriptor:  /** Usb HID report desc...

PDan by Associate
  • 384 Views
  • 1 replies
  • 0 kudos

Resolved! VREF for ADC1 not setting on STM32L452

Hi,I am using an STM32L452 and am trying to set the ADC reference voltage programmatically back and forth between the internal VREF (set to 2.5V) and the external 3V3 power rail. This is specifically for ADC1 channels 1 and channel 7. I tried a few d...

Ricko by Senior III
  • 549 Views
  • 4 replies
  • 2 kudos

STM32F4 MCU firmware package 1.28.1

STM32CubeIDE v.1.15.1Currently on the official STM32F4 MCU package site there is a patch 1.28.1 to download which should include some fixes for ethernet issues (I hope those are fixes for issues I have) but this version is not availablie through Embe...

hubert_m_1-1718563110205.png hubert_m_0-1718562870440.png
hubert_m by Associate II
  • 3363 Views
  • 8 replies
  • 3 kudos

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...