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

Resolved! Two definitions forgotten in the STM32F767.svd file

The STM32F767.svd file is provided by the STM32CudeIDE, within the com.st.stm32cube.ide.mcu.productdb.debug_1.5.0.202011051456 directory. The two forgotten definitions are :field CAN3EN in the RCC_APB1ENR register;field CAN3RST in the RCC_APB1RSTR re...

PMoli.1 by Associate
  • 1395 Views
  • 5 replies
  • 1 kudos

USB HID right click button

Hello, I am designing board with stm32f723 with 2 USB. On one side i have mouse attached to STM on other side STM attached to PC. When i transfer report to PC x, y and left click button works fine but i cant make right click. Bellow is the struct of...

IHadz.1 by Associate II
  • 1214 Views
  • 2 replies
  • 0 kudos

Erasing and writing flash by Bootloader fails

Hi,I am trying to use the ROM Bootloader on an STM32G071 Nucleo to upload code to the board. However erasing and writing to flash is not acknowledged by the G071. Other commands like reading from memory are acknowledged and return the correct data.I ...

Can I use both USB of STM32F723 as HID ?

I have STM32F723-DISCO board and I am designing project with two USB. First USB_HS is set as HOST and on it is attached mouse. Second USB_FS is set as Device and is attached to PC. The idea is to transfer descriptors from the mouse thru STM32 to PC. ...

IHadz.1 by Associate II
  • 361 Views
  • 0 replies
  • 0 kudos

Multiple STM32H7 Ethernet issue

I have seen the issues with DMA and the STM32H7 (here: https://community.st.com/s/article/FAQ-Ethernet-not-working-on-STM32H7x3), and I believe that I have implemented everything that was written there. To place all my variables into D1 SRAM, I repla...