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

boot via USART1

Posted on April 12, 2017 at 17:56Hi,1. The microcontroller stm32l052c6t6 is flashed through jtag. The microcontroller with the downloaded firmware through jtag transmits and receives data on uart1 and the LED flashes.2. After switching to boot mode,...

steval-stlcx01 + NUCLEO-F411RE

Posted on April 12, 2017 at 17:09I recently got the steval-stlcx01 SensorTile board and I have a NUCLEO-F411RE which I am using for ST-link debug.As I gone through the ST quick start doc, it place the boards side-by-side.Since the F411RE also power ...

STM32F4 USB RNDIS OTGFS Implementation problem

Posted on April 12, 2017 at 14:27Hi all, we are facing problem in RNDIS USB Class implementation for STM32 Nucleo 144pin. We have reference code but still not able to use USB OTG Library for RNIDS Class. Kindly explain function flow and necessary f...

SPI Slave with hardware NSS on STM32F40x

Posted on April 11, 2017 at 19:10Hello,right now I am facing some probems getting my STM32F407 to work as an SPI slave. The SPI is rightly configured and uses a hardware NSS. Furthermore I use HAL Drivers.I checked the transmitted SPI signals with a...

Init of cube MX USB CDC VCP stack

Posted on April 07, 2017 at 15:09Hello,I am using STs USB CDC VCP stack on a STM32L151.Now I have the special case that some time I come to initialize it a second time, ie call MX_USB_DEVICE_Init(); though it is running. This does not take away the ...

mmensch by Associate II
  • 559 Views
  • 2 replies
  • 0 kudos

STM32 draws excessive current after powerup

Posted on April 12, 2017 at 10:05Hi, I have a STM32F302C8T6 Design where about 20% of the devices (out of a of 40 devices) exhibit a rather strange behaviour:1. On some Devices I could measure a Short circuit between VDD and GND which is internal to...

kolberg by Associate
  • 420 Views
  • 0 replies
  • 0 kudos

USB RNDIS Class STM32F4 Nucleo 144 pIn OTG-FS Problem

Posted on April 12, 2017 at 09:13 Hi all, we are facing problem in RNDIS USB Class implementation for STM32 Nucleo 144pin. We have reference code but still not able to use USB OTG Library for RNIDS Class. Kindly explain function flow and necess...

Resolved! PCM sound to PC -> Stm32f4 microphone

Posted on April 11, 2017 at 10:55Hello!I am using 'STM32Cube_FW_F4_V1.14.0\Projects\STM32F4-Discovery\Examples\BSP' modified example for recording audio. As far as I understand the audio is recorded, converted from PDM to PCM and saved into WrBuffer...