STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 2677 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
  • 596 Views
  • 4 replies
  • 0 kudos

WRP bits not working ?

Posted on March 22, 2018 at 11:06Hi,I am working with the STM32f407 : I have a bootloader in the first flash sector (ie. @ 0x0800 0000), and my main program in the following sectors (ie. @ 0x0800 4000). I want to protect my bootloader against unwant...

STM32F3: USB Vendor Class?

Posted on June 14, 2017 at 12:20Hi,I'm using STM32F303VB in my custom hardware that has USB.When using STM32CubeMX I see a lot of Standard USB Device classes that I can use (Audio Class, HID, Custom HID,.. etc..). But I do not see an option for Vend...

Prasant J by Associate III
  • 413 Views
  • 1 replies
  • 1 kudos