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

STM32FCubeMX CAN-Bus Initialisation fails

Posted on July 04, 2014 at 16:03Hi; I am using STM32FCubeMX with its default configuration for the STRM32F4DISCOVERY board. I have enabled CAN1 master Mode (Loopback) and generated the Code for ''MDK-ARM 4.73. When i run the code the CAN initialisat...

STEVAL-STLKT01V1 communicating with eachother

Posted on March 27, 2017 at 18:01Hello, I am currently working on the STEVAL-STLKT01V1 development kit and I am trying to have a sensortile reading the environmental data of a second one. I am having a very hard time finding how to do that with the ...

Cannot access memory

Posted on January 31, 2017 at 08:59I try to programm stm32f405RG MCU using stm32f4-discovery as a programmer. I use Keil 5. I connect chips throgh SWD. I can load prodramm on stm32f405, but it doesn't work. I run debug session in Keil and see, that ...

If I run from external flash, can I program internal flash

Posted on May 04, 2017 at 05:14If I have a program that is running from external flash, STM32F779xxx can I program the internal flash?I have a bootloader 'app' that I want to fix a bug that is located on the internal flash.  What I thought I would d...

netstv by Associate II
  • 478 Views
  • 1 replies
  • 0 kudos

Doubt about window watchdog timer

Posted on October 28, 2014 at 12:06 Hi, I'm working on stm32f4cc and I'm trying to learn the functionalities of window watchdog timer, but after read all about this on reference manual and tried a simple code some doubts rise. I configured t...

DUrbano by Associate III
  • 468 Views
  • 1 replies
  • 0 kudos

USB CDC, how can I use flow control ?

Posted on April 26, 2017 at 09:11can I use flow control (xon xoff, dts rts , etc)? When I use the CDC usb virtual com.this feature it's included with the CDC usb library or examples ? Thanks in advance .

Resolved! Read adc value from potentiometer

Posted on May 02, 2017 at 12:07HiI am trying to read an adc value from a potentiometer with the following code:         uint32_t readADCServo()         {         uint32_t adcValue, adcValueDegrees;          HAL_ADC_Start(&hadc1);          if (HAL_A...