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

Quadrature encoder simulation

Posted on April 28, 2015 at 16:49Hello I am using the STM32F4 interfaced with two hall effect quadrature encoders.Is there a method to generate the signals (A,B) coming from the encoder to validate my work ? because now i don't have the sensor  #...

Cesar cfg by Associate II
  • 1195 Views
  • 5 replies
  • 0 kudos

Where is the datasheet? OR Where is my tutorial?

Posted on April 29, 2015 at 14:24I bought a discovery board with STM32F4 family processor (comes with a TFT LCD). I have my IDE working and downloaded CubeMX and generated some init code - no problem.Now, I don't know how to do anything! How do I to...

STM32F4xx system clk

Posted on April 29, 2015 at 10:46Hi,I have a doubt concerning the clock architecture of the MCU in subject.Can the System Clock be used directly for any master (CPU core, DMA etc.) without passing through the AHBx prescaler. The reason for this ques...

damiano2 by Associate
  • 772 Views
  • 3 replies
  • 0 kudos

How to init GPIO on CubeMX generated code ?

Posted on April 26, 2015 at 11:42 Guys, I have generated a code for Keil from CubeMx but I can't initialize GPIO, I can see a code in main.c below....anyone knows how to initialize GPIO,reset and set a bit on it at CubeMx generated c...

Timeout error trying to connect via ''external mode''

Posted on April 01, 2015 at 19:10Hi, I posted a question yesterday which was solved by myself about the external mode connection. But now I am getting another problem, a timeout error. I am using the ''Embedded Coder Support Package for STMicroelect...

GPIOE and ETH on STM32F107

Posted on April 28, 2015 at 14:51Guys, Is GPIOE related with ETH on STM32F107 ? I tried to activate ETH and I can't send command to GPIOE ?? Are the multiplexed together ? Any clues ? thanks #i-have-a-clue

stm32F0

Posted on April 28, 2014 at 08:07Hi,I developed my project with stm32F0discovery and is OK. Now, I load my project to our board (final product) and I have a problem with timers and systick. For example: tim14 is set to operate 1 msec, instead I see ...

mosine by Associate II
  • 981 Views
  • 6 replies
  • 0 kudos

stm32f103 encoder mode with as5040

Posted on April 26, 2015 at 22:50 Hi, I have problem with encoder mode. AS5040 is in quadrature output. I use this code and it doesnt work, where is the problem? void gpio_conf(void) { GPIO_InitTypeDef GPIO_InitStructure; RCC_APB2Peri...