STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Update co-processor FW via USART

Posted on January 11, 2015 at 10:59This is probably a too-broad question, but here goes:I have a system where a master MCU (STM32F103) communicates with another MCU (TI CC2540) via UART. The master can be connected to a PC via USB.The task at hand i...

boaz by Associate II
  • 401 Views
  • 1 replies
  • 0 kudos

CubeMX 407s USART/UART inconsistancy

Posted on December 12, 2014 at 22:31I'm working on a system where we use a STM32F407VGT6. I set up the project in CubeMX (latest version). We are using USARTs 1,2, and 3 with interrupts for receive.I'm having some issues with the USART portion of th...

STM32F205 USB core reset for close port

Posted on January 05, 2015 at 14:24Hello.I am using stm32_vcp_1.3.1 stack for USB OTG. I have a problem when the USB connection to the PC is ended because App kill (no interrupt to tell me about it). I found that I stay in a loop of OTG_FS_IRQHandle...

Barbie by Associate II
  • 770 Views
  • 3 replies
  • 0 kudos

AFR settings for USB pins using CubeMX

Posted on November 10, 2014 at 19:46I am using the CubeMX interface to setup MSC class USB device software for my STM32L1 device. I notice that as part of USB initialization nowhere in the code are the GPIO AFR settings corresponding to USB DM and U...

bnp979 by Associate III
  • 570 Views
  • 2 replies
  • 0 kudos

STM32F072 USB HID related question

Posted on January 02, 2015 at 10:44Dear all, I'm working on a STM32F072-based device that needs to exchange data with PC in both directions. I chose the USB HID, because of data volumes are really not impressive and there is no need to install addit...