STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Look for STM32 motor control firmware library

Posted on March 22, 2017 at 07:47Any body know how to download STM32 motor control firmware library (i need it to control AC induction machine FOC)?I searched for direct link to download stm32 motor control fw to use it with HAL library but I couldn...

Could mcp3208 chip connect to stm32 pins directly?

Posted on March 20, 2017 at 15:48Hi allThis's datasheet for reference.http://ww1.microchip.com/downloads/en/DeviceDoc/21298c.pdf Could I use it directly without any level shifter for 3v3v to 5v?Can someone kindly tell me where to lookup the informat...

0690X00000606T9QAI.png

Why delay is different?

Posted on March 20, 2017 at 15:23First, to do a show, the green line is SPI_DIN,the red is PG6, the blue is PA2, the yellow is trigger.When we make a  data acquisition system, we use the stm32f405zgt6 as mcu and ADS131E08 as analog-digital converter...

0690X00000602RXQAY.bmp
li kai by Associate II
  • 218 Views
  • 4 replies
  • 0 kudos

adc stm32f1 interleaved

Posted on March 16, 2017 at 15:05i use stm32f103 mcu with adc1 adc2 adc3 and i want to use adc in interleaved to increase sample from 1msps to 3msps. i search on google and in all code example and i can't find how to use  adc in interleaved

elec_st by Associate III
  • 153 Views
  • 4 replies
  • 0 kudos

programming a STM32F429IG

Posted on March 21, 2017 at 14:51Hi erverybody,I'm programming two cards. The first has a STM32F205RG, this one functions perfectly, I can program it and do what I want (I'm using SWD connection to program my cards).The second one has a STM32F429IG....

Bootlloader activation, STM32L443

Posted on March 21, 2017 at 15:42I use the STM32L443 controller, I try to activate the built-in bootloader, but I can't receive the response from the controller at one command - even on 7F. Pin of BOOT0 pull-up to VCC, made reset - it enough? To doc...

mak1308 by Associate III
  • 79 Views
  • 1 replies
  • 0 kudos

STM32F205 & DMA for UART

Posted on March 14, 2017 at 17:25Hi Everybody,I'm using a STM32f205RG on a personnal electronic board. I would like to communicate with an external equipment using modbus RTU on RS485 link. So, I'm trying to implement USART 1 with DMA.For the moment...