STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F051 10xPWM signal capture

Posted on March 31, 2018 at 22:59Hi guys!I use HAL drivers and I would like to measure the duty cycle of 10 x 25 kHz (asynchronus) PWM signal, but I'm not sure which peripheral should I use:- if I use timer with capture mode then I get 2 x 10 x 2500...

USART stops

Posted on April 01, 2018 at 15:36Hey guys,I am trying to receive the nmea sentences from my gps module. I am putting the received bytes in an array and if I get the '\n' I want to transmit the array. Problem is it only works once, then it stops:http...

Error: Flash Download failed - ''Cortex-M7''

Posted on April 01, 2018 at 12:58Hey guys,I used to be able to download my program to my stm32f723 discovery, but for some reason now when I want to flash even the untouched code, which I got by generating the stm32 cube project I always get errors:...

Noob question on ports

Posted on October 04, 2015 at 15:19 Hi all, Just plunging in again to learn STM32/ARM coding, and have a GPIO issue (on a STM32L100C discovery board): Why does this work... GPIOC->MODER |= (GPIO_MODER_MODER8_0 | GPIO_MODER_M...

arm_dude by Associate II
  • 898 Views
  • 6 replies
  • 0 kudos

CAN Receive Error

Posted on March 30, 2018 at 10:25I'm working on STM32F412VET6 micro, & Configured CAN1 for communication & it is initialized as500Kbps, 75% Sample, ABP1 is @ 24MHzvoid CANInit(void){#ifdef LPBK_TEST CanTxMsg CanTxMsg; uint32_t uwCounter = 0; uint8_t...

0690X0000060AI0QAM.png

STM32L100-DISCO no COM port?

Posted on March 31, 2018 at 19:48Hi,I have an STM32L100-DISCO Board. I would like to askI have seen in the circuit diagram that the PA9 and PA10 Pins are connected to the USB to program the STM32L100 MCU. However, when I use the same PA9 and PA10 fo...

I2C same devices connected to MCU.

Posted on March 31, 2018 at 07:13I want to connect 2 i2c devices of the same type(having same i2c slave address) to my MCU if I want to communicate with those devices which device is responding to master. How should I differentiate those same device...

Resolved! Encoder mode and rotary encoders as tuning knobs

Posted on March 24, 2018 at 18:23I understand that a timer (that supports encoder mode) can be used for keeping track of a rotary incremental encoder, but is there a good way of making the value saturating? So that when turned 'forward' the value in...

Reading uSD Card

Posted on March 30, 2018 at 11:03Hello! I'm using an STM32F769I-Discovery board. I'm trying to read/write a text file on the uSD card. Since I'm a beginner I started with the example in STM32Cube\Repository\STM32Cube_FW_F7_V1.9.0 - Copia\Projects\ST...

Rick MC by Associate III
  • 993 Views
  • 7 replies
  • 0 kudos