STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Missing FLASH_CR_ERRIE in CMSIS of STM32F415xx

Hey,I'm programming with the STM32F415 MCU and discovered that the FLASH_CR_ERRIE declaration is missing in the CMSIS files. Is this a known issue or even intended?If it is not intended, I assume I can safely add the missing declaration? (I never had...

MGore by Associate
  • 672 Views
  • 3 replies
  • 2 kudos

STM32H7 BOOT0 pin not working

Greetings,I am having difficulties with connecting to my STM32H745IIK6. Normal mode doesn't work as well as Connect under reset. NRST pin works as it halts the program, and the program is running normally otherwise.But the weirdest thing is that conn...

DTomi.1 by Senior
  • 2142 Views
  • 8 replies
  • 1 kudos

USB receive data

Hi all, i have a problem to receive data from USB.use STM32L476.As for the transmission, everything works smoothly. but when i try to send a packet i can't find the arriving data, the byte length is correct, but i don't understand where the buffer is...

MBosc.2 by Associate II
  • 951 Views
  • 2 replies
  • 1 kudos

Change the HID USB mouse to x and y have 16 bits

Hello,I'm trying to change the HID report to x and y have more accuracy (If i', not wrong, windows drivers accept this without any proprietary driver).My HID mouse report in usbd_hid.c is:__ALIGN_BEGIN static uint8_t HID_MOUSE_ReportDesc[HID_MOUSE_RE...

SP.6 by Associate II
  • 1217 Views
  • 2 replies
  • 0 kudos