STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CAN is getting stuck in initilaztion

Posted on September 27, 2016 at 03:34Hi,I m using STM32F303XC processor.I configured the CAN at 250 kbps baud rate. but it is getting stuck in following while loop. CAN is not able initialize properly.What would be the problem to getting stuck in in...

SS.Sagar by Associate III
  • 657 Views
  • 4 replies
  • 0 kudos

STM32F407 Dual DAC Independent Trigger Sources

Posted on September 27, 2016 at 08:54Hello,I have a problem for using both DACs of STM32F407 with independent trigger sources. What I did was directing DAC1 for Timer6 and DAC2 for Timer7 but they are still both triggered by one source (Timer6) and ...

yousef by Associate
  • 619 Views
  • 2 replies
  • 0 kudos

Flush USART RDR after receiving

Posted on September 27, 2016 at 17:11Dear all,I am using STM32F4 Discovery board and have some problems with using DMA on USART. The cause may be the unwanted left behind data inside USART RDR.Would you please kindly give me instruction how can I fl...

Problem with debugging & IWDG with STM32F407VGT6

Posted on September 21, 2016 at 15:56Since firmware version 1.13 there is a big issue with debugging. The firmware starts the watchdog during initialization. This result in reset when a breakpoint reaches. Before this version, I could start the IWD...

Osto by Senior
  • 559 Views
  • 2 replies
  • 0 kudos

STM32F411 Errata

Posted on September 24, 2016 at 16:20Is there a new version of the Errata document? The one the website (Doc ID 027036) is revision 1 and was released on 20-Oct-2014.Why do I ask? The STM32F412 - has an Errata about DMA2 corruption when managing AHB...

STM32 Cube MX bootloaded application

Posted on September 27, 2016 at 09:56Does anyone know if it is possible to get STM32 CubeMX to generate a project that is ''predefined'' to be loaded using a bootloader?Essentially, this would involve being able to specify the program load address a...

Mouse and Keyboard USB HID stm32f042

Posted on September 26, 2016 at 18:14In separate applications I have managed to control the mouse, and the keyboard using the stm32f042. How do I go about combining the two in one application?I would like my stm32 to be treated as both a keyboard an...