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

STM32+NAND+USBOTG acting as a pendrive

Posted on May 27, 2017 at 19:16Hi everyone,Recently i've been looking for information about NAND flash interfacing with STM32 devices. Few App notes after, and some watched tutorias, I actually cannot understand how can i interface with a NAND memor...

vicfer89 by Associate II
  • 926 Views
  • 3 replies
  • 0 kudos

STM32L432KC: which reference manual should I use ?

Posted on May 19, 2017 at 08:30Hello everyone,Can somebody please explain me what are the differences between RM0393 (which is specific to STM32L4x2, but latest release is from May 2016) and RM0394 (which is specific to STM32L43xxx and so on and lat...

Kraal by Lead
  • 765 Views
  • 2 replies
  • 0 kudos

Resolved! Microcontroller selection

Posted on May 26, 2017 at 07:07Hello,I am developing one application with high speed inputs and outputs.Peripheral requirement for application are as below:1. 4 PWM output with resolution 32bit and 2MHZ clock OR external clock source for PWM with 32...

research by Associate
  • 774 Views
  • 2 replies
  • 0 kudos

porting USB driver from STM32L1 to STM32L432

Posted on May 26, 2017 at 21:39I've a problem with using the code of USB mass storage driver used in STM32L151 and moving this code to STM32L432. It seems like a problem at the PMA address. I got stock at the enumaration phase. I recieve interrupt f...

krestan by Associate II
  • 361 Views
  • 0 replies
  • 0 kudos

FreeRTOS and cmsis

Posted on May 06, 2015 at 18:48Hi,   I would like to known if I don't understand something or if there is a bug in cmsis_os.c (STMCube for STM32F429) 1) In osThreadCreate()  stacksize in bytes is directly passed to xTaskCreate() but the definition f...

o_ by Associate II
  • 906 Views
  • 2 replies
  • 0 kudos

ADC for stm32f303vet6

Posted on May 26, 2017 at 20:06Dear,I want to use internal voltage reference for this MCU, how can I anable it by Hal library?Thanks

np1 by Associate II
  • 396 Views
  • 0 replies
  • 0 kudos

STM32F7 Disco USB3320

Posted on May 26, 2017 at 18:49STM32F7 Disco. I'm using the cube and keil.So I got to HS, start with simple VCP, on FS USB it is correctly defined (after I removed VBUS sensing).I generate the same empty project only for 2.0, on board the USB3320, t...