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

STM32F103 Clock Configuration

Posted on April 28, 2015 at 23:47Hi,I have a question concerning the clock configuration of an STM32F103RBT6. I used several STM32F4 chips before and generated the system_stm32f4xx.c file with the STM32F4 Clock Configuration Tool. It seems that ther...

ST7570 ST7580 C Library

Posted on June 22, 2011 at 10:17 Where can I get the C Library for the powerline trancievers ST7570 and ST7580 described in User Manual UM1070? http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/USER_MANUAL/DM00026249.pdf The...

dgeoerg9 by Associate
  • 703 Views
  • 3 replies
  • 0 kudos

SDIO + DMA -> FEIF error

Posted on April 29, 2015 at 17:05I didn't find way to avoid this error but ignoring it. I wasn't the first one of doing so. There is an example from Keil: .\Keil\ARM\Boards\Keil\MCBSTM32F400\RL\FlashFS\SD_File\SDIO_STM32F4xx.c[code]static BOOL Write...

STM32CubeMX: SDIO 4bit issue

Posted on April 15, 2015 at 17:33STM32F429 Generated Code does not initialize all pins correctly, some should be set to open drain highspeed, this has to be done manually. Without this only 1bit mode works correctly 4bit gets stuck. We use a 2GByte ...

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  #...

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

Nucleo L1 on OS/X

Posted on April 29, 2015 at 12:46Hello,I tried to ''get started'' with my Nucleo L1 Developing Board. I've checked that all jumpers are set as they should be and than connected the board to my mac book. The red power led is blinking, the green (LD2)...

torsten2 by Associate II
  • 218 Views
  • 1 replies
  • 0 kudos

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