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

Wrong Flash Size on STM32F103C8T6

Posted on July 05, 2018 at 16:37I'm just confused by a Board called Blue-Pill in the Community. It has a STM32F103C8T6 installed, but the Flash-Size Readout is 0x20000 and not 0x10000 for 64k as expected. It is also possible to use this Flash.Here i...

Resolved! pwm pin out on nucleo stm32f303k8

Posted on July 04, 2018 at 12:51Hi EveryOne.Hi have a problem with PWM on my Stm32f303k8, nucleo board.Hi searched on this forum, but I not find an answer that solve my problem.So: I need to have a pwm output on PB_1 Pin, and, to do this, I've used ...

STM32L152 Timer10/11 - Compare capture interrupt

Posted on June 26, 2018 at 17:20Hi,I want to use TIM10 or 11 for generating the interrupt when the counter CNT reaches the value stored in CCR1 register (capture/compare). I want NO output  to be generated on output pins. I also want run from intern...

JAN R by Associate III
  • 1423 Views
  • 7 replies
  • 0 kudos

meaning

Posted on July 05, 2018 at 11:54Bonjour tout le mondeJe veux comprendre ce que cette ligne signifie s'il vous plaît?Merci d'avance

Jessy J by Associate II
  • 880 Views
  • 3 replies
  • 0 kudos

STM32F777: Which AES algorithm to use?

Posted on July 05, 2018 at 15:30Hi, I am working on a project where I need to receive sensitive encrypted information from the internet and save them on an SD card. The data is then decrypted from SD card when needed and stored in the internal Ram o...

HCD_HandleTypeDef has 15 channels

Posted on June 28, 2018 at 19:09On STM32F7, the HS interface has 16 host channels.But in the HAL, the HCD_HCTypeDef structure has only 15 HCD_HCTypeDef items.Is this normal ?Is this a bug ?Is there an hidden reason ?(I have an application which can ...

STM32CubeMx autogeneration bug with C++

Posted on May 07, 2018 at 17:57Hello,Same as :https://community.st.com/message/172204-stm32cubemx-autogeneration-bug-with-c but with current F4 Cube Lib....Maybe you can check other devices libs too...Julien

JulienD by Senior
  • 550 Views
  • 4 replies
  • 0 kudos

USB VCP CDC pin connections

Posted on July 05, 2018 at 08:00Hi, I am trying to interface my SSTM32F446RE with the computer using USB VCP CDC interface. I have configured it using cubeMX and it is set up perfectly. Do i have to connect anything to USB_OTG_FS_DM USB_OTG_FS_DP Pi...