STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 SPI port

Posted on February 06, 2012 at 18:02I am trying to interface with an SPI port device which requires a 24bit transfer, I have successfully managed to achieve this using the example code and standard peripheral library but I am seeing gaps between byt...

dwooller by Associate II
  • 1170 Views
  • 6 replies
  • 0 kudos

Data initialization in flash memory on stm32f103 controllers

Posted on February 07, 2012 at 07:36  Hello! I'm looking for information - how to initialize data (e.g. arrays, strucutures etc.) in flash memory. It isn't enough RAM memory for my programm.  I'm using Atollic TrueSTUDIO®/STM32 Lite IDE. I think th...

nazmievr by Associate
  • 611 Views
  • 2 replies
  • 0 kudos

bootloader stm32F4

Posted on February 05, 2012 at 16:01Is There anyoneWho Cangive methe algorithmofabootloaderSTM32F4andhow could Iwrite my own one,I find a lot of  difficulties:( plz help me

meryouma by Associate
  • 409 Views
  • 1 replies
  • 0 kudos

External RAM with FSMC bus + internal crystal.

Posted on February 06, 2012 at 08:19Hi all, I have a problem with external RAM on FSMC bus (AHB3). If I use the external crystal the memory works well (12 Mhz + PLL to 96Mhz ), but if I use the internal crystal at 16Mhz + PLL to 96Mhz I stay blocked...

elharrar by Associate II
  • 917 Views
  • 0 replies
  • 0 kudos

STM32F4 USB LIBS

Posted on February 02, 2012 at 19:32Hello, any news about the porting of STM32 USB libs to the STM32F4 devices?

SPI as full/half duplex

Posted on February 01, 2012 at 15:17 Hi all , A simple question: I have an external ADC, and to get the values, I need to generate cyles to obtain the values. My SPI is configured as master + fullduplex mode and to receive bytes I have to send a dum...

elharrar by Associate II
  • 486 Views
  • 3 replies
  • 0 kudos

stm32-p107 spi

Posted on February 03, 2012 at 21:20Hi, I am trying to get the SPI interface to work so that I can access the microSD card on the board. However I find that I cannot put the card into SPI mode, when sending CMD0 (go to idle) I read back 0, instead ...