STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hello! I'm testing FatFS on my evaluation board and is working only for a 2gb sd card. I'm using the example from the Cube repository. Can anyone help me?

I'm need to use a microSD card on my new project, so I decided to test in my evaluation boards. I have a STM32373C-EVAL and a STM3210C-EVAL boards. For the tests I used 2Gb, 4Gb, 8Gb and 16Gb sd cards. Now came the problem, on the STM32373C-EVAL only...

What is the difference between 'USB CDC' and 'USB HID'?

I'm using STM32F072VB.​I want to communicate with 'USB' instead of 'Serial'.Should i use ​'USB CDC(VCP)'? or Should i use 'USB HID'?I ​created a 'USB HID' test code with CubeMX and checked it. ( Reference Image1)​​<Image1>​Can i do 'download communic...

0690X0000098Qi7QAE.png
LHAEU by Associate
  • 946 Views
  • 0 replies
  • 0 kudos

F103 USB HID works when not debugging (swd)

Hello,​I'm trying a really simple HID mouse-moving example (https://notes.iopush.net/stm32-custom-usb-hid-step-by-step-2/) and if I connect my bluepill via usb to the computer (macOS), as expected, it connects and the mousecursor slowly drifts to the...

RBoer by Associate II
  • 1168 Views
  • 4 replies
  • 0 kudos

Resolved! I cannot see the status of the registers DFSDM1_Filter2 and DFSDM1_Filter3 in register view STM32l496ZG.

When you configure DFSDM faced with the problem that I can't see the status registers a custom filter, due to incorrect file STM32L4x6.svd because the register addresses according to this file do not match those described in the Datasheet and in the ...

Dumpler by Associate
  • 923 Views
  • 3 replies
  • 0 kudos

VBUS sensing not working at Stop Mode

I'm used mcu stm32l476vg.I'll have to low power mode.It is in low power mode using the following API.HAL_PWR_EnterSTOPMode(PWR_MAINREGULATOR_ON, PWR_STOPENTRY_WFI);But although it is in low power mode, it does not return by USB insertion.I ask for yo...

KMats.2 by Associate
  • 461 Views
  • 1 replies
  • 0 kudos