STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Composite USB device CDCs STM32F105

Posted on December 20, 2017 at 11:07Hi,I'm working with a STM32F105 board with USB, UART and  CAN ports. I wish  when I connect the board with a computer through USB, multiple VCP are detected.What I understand is that each interface in a USB compos...

Pulling BOOT0 Pin Down

Posted on March 26, 2018 at 06:30Hello,I was wondering if the resistor to pull down the BOOT0 pin is necessary for normal operation, assuming you want to boot from flash memory. I was trying to find on the datasheet (STM32F0 series) to try and find ...

Justin K. by Associate II
  • 8451 Views
  • 10 replies
  • 0 kudos

STM32H7 Ethernet issue

Posted on March 23, 2018 at 13:47Hi,We are using STM32H7 controller instead of STM32F7 controller.How to set the Phy address and the AutoNegotiations enable while generating the code from the cube Mx.#ethernet #stm #stm32h7

osTimer arguments not functional

Posted on September 15, 2017 at 14:38 When creating a RTOS timer in CMSIS the documentation is clear: http://www.keil.com/pack/doc/CMSIS/RTOS/html/group__CMSIS__RTOS__TimerMgmt.html#gaedd312bfdca04e0b8162b666e09a1ae6 When it states for creat...

DFU mode handling

Posted on March 28, 2018 at 11:41Dear All,I'm using STM32F070RBT for the current project. MCU USB port is configured as USB CDC port to communicate with PC. Like many other people, I'm trying to use CDC channel to turn MCU in DFU mode without mechan...

Cube USB virtual com port bug.

Posted on September 17, 2015 at 13:11 Hello, I have found a bug in USB device stack for virtual com port implementation generated by CUBE for stm32 chips. The symptoms are that sometimes it is possible to connect to the device from PC some...

Resolved! Bug in LL library for stm32f1xx

Posted on September 27, 2017 at 19:03I want to turn on the led attached to PC.9. I do this:    LL_GPIO_InitTypeDef initStruct;    LL_GPIO_StructInit( &initStruct );        initStruct.Mode = LL_GPIO_MODE_OUTPUT_10MHz;    initStruct.OutputType = LL_GP...

amomum by Associate III
  • 3488 Views
  • 20 replies
  • 1 kudos

STM32F410 Reference manual incomplete

Posted on March 09, 2018 at 12:36Hello ST,I found that STM32F410 reference manual is incomplete:http://www.st.com/resource/en/reference_manual/dm00180366.pdf There are no bootloader interfaces for UFBGA64 and LQFP48 packages in the table 3 on page 4...

0690X0000060A2aQAE.png
Eugene S. by Associate III
  • 819 Views
  • 4 replies
  • 0 kudos