STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F072 USB_NOE pin

Posted on May 30, 2014 at 11:24Hello, I'm planning to use a STM32F072 for a USB device. When I browsed its datasheet, I found that PA13 can output USB_NOE as alternate funtion. There is no functional explanation of this pin in the reference manual, ...

fggnrc2 by Associate II
  • 1983 Views
  • 3 replies
  • 0 kudos

STM32F4xx HAL vs silicon USB endpoint numbers

Posted on May 22, 2014 at 20:21 After much digging, I discovered that while the reference manual for STM32F4xx says you can have 3 IN endpoints, it fails to prominently specify that these can only be the endpoints numbered 1, 2 or 3. The H...

conor by Associate II
  • 386 Views
  • 1 replies
  • 0 kudos

STM32CubeF4 Nucleo BSP LED control bug

Posted on May 21, 2014 at 03:28In version 1.1.0 of STM32CubeF4, the BSP for the Nucleo boards has an LED control bug - the functions operate in reverse. That is, BSP_LED_On() turns off the Nucleo LED and BSP_LED_Off() turns on the LED. These functio...

dlkeng by Associate III
  • 495 Views
  • 3 replies
  • 0 kudos

DFU issue

Posted on May 21, 2014 at 15:54I am trying to make DFU work on STM32F205ZF. At the moment it is recognized by the host PC. I can upload flash to PC, verify it, but ''DfuSe Demo'' stucks when it comes to updating a flash. It manages to erase just sec...