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

CAN reception

Hi,Sir I am trying to interface CRS ecu with STM32F303 Discovery. I have referred the example code of evaluation board also. But not able to receive anything.I have attached my project folder. I

STM32F446RET Core held in reset

Hi ST,I have a custom board using STM32F446RE. I followed the Nucleo board schematics for my JTAG connection except that I connect the NRST pin to vcc through a pull-up resistor(10k) to prevent inadvertent reset. The other thing is that I have a TI p...

KZhan.6 by Associate
  • 2987 Views
  • 8 replies
  • 0 kudos

Don't Execution SysTick_Handler(void) in LL library

Sorry for weird EnglishI try use SysTick_Handler in LL library (with STM32L011F4U and CubeMX ), but never execute the Handler.I also tried HAL library, then executed properly. So I checked difference between HAL and LL , and I recognized initializing...

sjiro by Associate
  • 619 Views
  • 0 replies
  • 0 kudos

Controlling CNC machine

Hi!I'am new to STM's so I thought I will learn them by making the project. I want to control a CNC machine. I started to control stepper motor via TB6600. The problem I cannot solve is setting very accurate frequency for the PWM. For example:I have 1...

kronikary by Associate III
  • 699 Views
  • 2 replies
  • 0 kudos

How to use multiple channel ADC using DMA in STM32F051R4 mcu?

Hai, I am using STM32F051R4 for my project,in this project i have to use multiple channel adc's using DMA .Is there any sample code availble for this requirement,i already have driver code but its much difficult to understand and make modification...

vvinc by Associate
  • 478 Views
  • 1 replies
  • 0 kudos

Stm32 - using sd card with SDIO or SPI

Posted on April 26, 2018 at 14:52Hi guys, Im new to stm32 and i have a trouble using sd card with https://www.waveshare.com/wiki/Micro_SD_Storage_Board. I use CubeMX to generate code, and Workbench to edit it. I tried to use my sd card with SPI or S...