STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB Not recognized in stm32f429iit6

I am using stm32f429iit6 customized board . I have one hex file , when i debug that hex file in board its working fine and not giving any usb issues its shows stm virtual com port , But when i write program for same board its giving the USB driver is...

pshin.2 by Associate II
  • 1059 Views
  • 4 replies
  • 0 kudos

Resolved! The questions about stm32f1 Usb-hid.The libs from TM32 USB-FS-Device Lib V4.1.0' Custom HID#Insert get report in RESULT CustomHID_Data_Setup/usb_prop.c

The original CustomHID_Data_Setup function :RESULT CustomHID_Data_Setup(uint8_t RequestNo) { uint8_t *(*CopyRoutine)(uint16_t);   if (pInformation->USBwIndex != 0)   return USB_UNSUPPORT;   CopyRoutine = NULL;     if ((RequestNo == GET_DESCRIPTOR)   ...

0693W00000aHo8XQAS.png

Resolved! STM32G0 erasing bank2

I am using a stm32g0b1ret with stm32cubemx package 1.6.1 .The symptoms are:On deletion of pages I receive a signal 0 in the debugger, but the pages do get erased eventually. (I use HAL_FLASHEx_Erase)On the first flash write I get an error with goes t...

JRS by Associate III
  • 2673 Views
  • 4 replies
  • 0 kudos

Resolved! X-CUBE-AZRTOS-L4 not working in CubeMX

Installed the X-CUBE-AZRTOS-L4 package with the CubeMX "Install software packages" function. Looks like it is installed.Starting a new Project with an STM32L4 device does not show the Azure RTOS Middleware options. Bug or what I am doing wrong?!

0693W00000aHsnPQAS.png 0693W00000aHsocQAC.png

Resolved! STM32G071 UCPD Dead Battery pins does not work.

I have STM32G071 MCU to control a USB Type C hub and I want to use VBUS Powered sink in the application. I have connected Dead Battery pins to their respected CCx pins. It supposed to act as a sink when there is no power but when I connect the type c...

Cagatay by Associate II
  • 2223 Views
  • 5 replies
  • 0 kudos

Resolved! How to setup CMSIS DSP on a ARM Cortex M33

Hello Everyone,I currently trying to implement a FFT by using the optimized functions from CMSIS library on a L5 MCU. The fact is that the M33 family seems not to be supported then I was wondering whether there's some kind of workaround in order to m...

bedo98 by Associate
  • 4264 Views
  • 3 replies
  • 0 kudos