STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Product Level Bootloader

Posted on January 07, 2016 at 20:58Hi, Are there any reference designs for how to implement Boot0 in an end-user product. The boot0 pin is not available external of the product casing. Is there any auto-detect/MOSFET kind of method? Regards, Tom ...

USB OTG Host AND USB HID Device

Posted on January 07, 2016 at 20:11Hi, I am wishing to develop a product that could be auto-detected as a USB OTG Host if for example plugged into an Android device OR would be detected as a USB HID device is plugged into a PC. Ideally in either cas...

VCP Read - Still unclear

Posted on January 05, 2016 at 20:55I am using the STM32F072B-Discovery board and used the CDC_Standalone example to communicate with the PC using a Virtual Serial Port. I am using the VCP driver from the website.I can send data from the microcontrol...

hassan2 by Associate II
  • 762 Views
  • 4 replies
  • 0 kudos

Nucleo F303RE Problems with Android USB OTG

Posted on January 04, 2016 at 04:01I am trying to plug a Nucleo F303RE into an Android 6.0 phone and connect to the CDC port via an Android application.Bad things happen when I do this.  Apparently Android 6.0 detects the ST/LINK mass storage device...

HAL UART IT stm32f091RB

Posted on December 31, 2014 at 21:13 Hello. for starters, I'm a beginner. So I want to use UART of STM32F091RB and for this I used STM32CUBEMX, and I found much difficulty, so I'll ask my questions. in my program I do not know when I will ...

rafik by Associate II
  • 236 Views
  • 0 replies
  • 0 kudos

USB MSC write problem

Posted on December 29, 2015 at 16:18Hi everyone,I have some problem with my STM32F105RC board.for USB MSC application.I can write usb stick perfectly but some usb is problem and I can not write. That's why USB always busy with something and I take a...

Read DSTS register value

Posted on December 28, 2015 at 09:41 Hi, I need read DSTS register value (more precisely FNSOF value). I am using the newest version of STM_Cube and I have a problem with that. Could you see if my idea is correct? #define US...