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

SDIO Wide Bus Enable Issue

Posted on April 11, 2012 at 10:00In my diskio.c wrapper for fatfs file system i have now got the problem of not been able to enable 4bit wide bus on SDIO. Below is the functions i call in disk_initailse().errorstatus = SD_Init();errorstatus = SD_Get...

UM0427 equivalent for STM32Lxx series

Posted on September 03, 2012 at 06:21Hi, Is UM0427 have an updated version for STM32Lxx series? I searched ST site but to no avail. Can anybody point me to where it was located? thanks in advance. g #stm32l-firmware-library #um0427

gmp383 by Associate
  • 465 Views
  • 0 replies
  • 0 kudos

Clock Configuration Tool for STM32F0?

Posted on September 02, 2012 at 22:46Is there a clock configuration tool for the STM32F0 family of processors? The system_stm32f0xx.c file in the sample projects has comments indicating that it was ''generated by the clock configuration tool STM32F0...

the mcu stuck with external interrupt

Posted on August 30, 2012 at 13:02 Hello, sorry for my bad English. I'm developing an application for a STM32F103ZE that reads the value from three sensor via I2C bus, use the SysTick timer, use USART1 to communicate with the pc, generates four ...

mfcirill by Associate II
  • 1538 Views
  • 6 replies
  • 0 kudos

Forum not reflecting last poster correctly

Posted on August 23, 2012 at 19:27Not sure if the forum software got updated recently, but it seems to have broken the last poster field in the main display. It still does an alpha sort of top posters, who knew 99 was bigger the 3000. Edit: Post cou...

error in debugging stm32f103rbt6 with jlink

Posted on August 23, 2012 at 12:37hello everyone i am new to cortex-m3 . i use a stm32h103 based board and when i want to load a program to chip , KEIL returns an error that is : ''no cortex-m device found in the jtag chain. please check the jtag ca...

darestani by Associate II
  • 1617 Views
  • 8 replies
  • 0 kudos

Resolved! [SOLVED] stm32f407 SPI2 setup

Posted on September 01, 2012 at 01:00The original post was too long to process during our migration. Please click on the attachment to read the original post.

Zainka by Associate III
  • 846 Views
  • 2 replies
  • 0 kudos

Float or other format storing in SRAM

Posted on September 01, 2012 at 14:33Hello, i want to boost DFT speed so i need to calculate lot of sinf cosf  and store in external SRAM. internal is capable only for few dft points in spectrum, so i have to store them into SRAM, but don't know how...

linas2 by Associate II
  • 442 Views
  • 1 replies
  • 0 kudos

STM32F103 LIN : NO SUPPORT ?

Posted on August 29, 2012 at 11:42Hello everybody, I use STM32F103VE  with Usart1 and Usart2 as LIN master controllers  and Usart3 as standar Usart. But for FW... I find only two pages on reference manual....set relative flags and breif generic dis...

FrancoB by Associate II
  • 1124 Views
  • 3 replies
  • 0 kudos

40 Mhz PWM generation on TIM1 PA8

Posted on August 28, 2012 at 14:26Hello! I have already written the code to produce a 40Mhz clock at the output of TIM1_PWM1. I wanted to confirm is it possible to make a 40Mhz clock or not because according to the datasheet , APB2 can have a maxim...