STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32f205 + eMMC

Posted on April 19, 2013 at 17:20Hello,I try to interface a STM32f205 to a Toshiba eMMC via 8bit SDIO and DMA.In order to read and write can you please tell me if I am missing something:Read Single block Send CMD16 Block length (I receive the cor...

aoleon by Associate II
  • 382 Views
  • 1 replies
  • 0 kudos

STM32F100RBT6B using timer TIM2

Posted on September 19, 2016 at 16:09 I have code that rotates small motor. #include ''stm32f10x.h'' #include ''stm32f10x_gpio.h'' #include ''stm32f10x_rcc.h'' #include ''stm32f10x_usart.h'' void Delay(unsigned int t) { unsigned int i...

anton23 by Associate II
  • 380 Views
  • 1 replies
  • 0 kudos

Looking for SDIO+eMMC (not SD) example

Posted on February 03, 2012 at 09:20Hi , I'm looking for an example with SDIO+eMMC (and not SD). Is there something like that ? Another thing: Someone has information on eMMC commands ? Thanks Mikael #google #sdio+emmc-example

elharrar by Associate II
  • 1654 Views
  • 14 replies
  • 0 kudos

Compiling project error

Posted on September 10, 2016 at 14:54Hello. When I'm compiling a project genereted in CubeMX I've got this error: make: ***[Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal.o] Error 1. Do you know how to fix this?

michalt by Associate II
  • 325 Views
  • 1 replies
  • 0 kudos

STM32F407VG Timer3 configuration

Posted on September 19, 2016 at 20:19I'm new to this microprocessor, and am trying to configure Timer3 with my own code as opposed to that generated by STM32CubeMx / HAL.  This is mostly to learn the timer peripheral, but I may want to implement my ...

abarnett by Associate II
  • 379 Views
  • 2 replies
  • 0 kudos

STM32F303RE 64-pin 4 SPIs?

Posted on September 19, 2016 at 19:07Hi!As i was searching for a STM32 with 4 SPI peripherals I stumbeld across the STM32F303RE. After consulting the manual, I am a bit confused: The webdescription and Feature list tells me, that there are 4 SPIs on...

STM32l4 LPTimer and Stop mode

Posted on September 19, 2016 at 17:13Hi,I am new to programming the stm32 chips and I want to use the LPTimer to wake up from Stop mode. I used CubeMX to initialize the timer with interrupt. I use the LSI with no prescaler (I can change this of cour...

UTF-8 in Keil

Posted on September 18, 2016 at 20:23 Hello Friends, can anybody tell me how can we print utf-8 in keil uvision? i changed the editor encoding to utf-8 without signature. i tried this codes with no success: #pragma import(__use_u...