STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 439 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...

Problem Encoder on STM32F071

Posted on January 09, 2017 at 08:37Hi, I'm using XCube for init a SMT32F071CBT6 with Keil V5, I need to use the encoder periphery. (ALL to the last version) In attachment three file. The project and the 2 file modify after generation. I've use 4 alt...

0xFF response instead of 0x01 with STM32L0+SD+FATfs

Posted on May 03, 2017 at 16:54 Hello everyone, I have never used SD card in my previous project. Today I change it. I use STM32L053 MCU and CubeMX. SPI is configured in the following way: I have added FATfs(from MiddeWare). SD card has...

0690X00000603owQAA.jpg

STM32F072 CAN bus issue

Posted on May 03, 2017 at 04:59Dear all,I using CubeMx(F0_V1.7.0) to generate code for STM32F072.  My pin definition are PB8(CAN_Rx) / PB9(CAN_Tx) when i use loopback mode that CAN Tx has signal out,  but i use normal mode that CAN Tx has no signal ...

Hugo Lin by Associate II
  • 900 Views
  • 3 replies
  • 0 kudos

CubeMX 4.20.1 Properties does not appear

Posted on April 26, 2017 at 21:53In CubeMX 4.20.1 I have opened a project from a previous version. Then when I go to edit the Properties... no window comes up!  If I open another project or create a new one, the Properties... window appears as expec...