STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F303 ADC Issue.

Posted on September 19, 2016 at 20:31I�m having difficulty getting the ADC to work on the F303 board in the the value returned is always 0.    The input line is PA0,  ADC1,  Chanel 1. The STM32cubeMX generated initialization code is as follows:   ...

Port to low pin count MCU

Posted on September 11, 2016 at 08:17Hi, my apologies in advance for the newbie question.I have to port LCD sample program to 746VG(LQFP100) from 746NG-DISCO(BGA216).F746VG supposed to have a TFT-LCD controller, but I can't find LCD_R0/B1/B4 funtion...

yoshi by Associate II
  • 557 Views
  • 2 replies
  • 0 kudos

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
  • 472 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
  • 480 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
  • 2144 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
  • 434 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
  • 506 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...