STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4x DMA question

Posted on November 16, 2012 at 14:37In the reference manual at paragraph 9.3.2 (pg 215) is described that the base address for the transfert is stored in DMA_SxPAR o DMA_SxM0AR register. Then in paragraph 9.3.7 (pg 221) is described the possibility ...

stm32f4 discovery n00b/debug question

Posted on November 18, 2012 at 15:55Sorry if this is a repost that I missed but I'm looking to play with one of these boards to practice porting RTOS's to such as uCOS II/III.  But I don't know much about the debug capabilities provided by STLINK/V2...

pauls931 by Associate
  • 908 Views
  • 4 replies
  • 0 kudos

Remap ADC

Posted on November 17, 2012 at 16:54Hi,Maybe a dumb question but....Would it be possible to remap like 6 inputs of ADC1 to other pins? (stm32f4discovery)I just found some info regarding the remapping of can etc. and i couldn't find theinfo for ADC1....

printf and sprintf why it should not be used?

Posted on November 17, 2012 at 12:09To print the result of the ADC on my LCD (16x2) I use the following actions:sprintf(Sprint,''%d'',ADC3ConvertedValue[0]);LCD_PrintData(Sprint, lenght(Sprint)); //  length (Sprint) returns the size of the carrier S...

orn by Associate II
  • 2183 Views
  • 3 replies
  • 0 kudos

STM32F4 Pins and Modules Configure software

Posted on November 17, 2012 at 06:38STM32F4?????????,?????C????. Functions: 1 Pins assignment and  pins confliction indication. 2 making ''C'' program for all modules. Future functions: 3 make program for other modules, eg, watchdog  module,DMA modu...

Problem with stm32f100c6 clock configuration

Posted on July 16, 2012 at 19:50Hi everybody! I'm using STM32F100C6 with IAR Embedded Workbench IDE and i'm trying to configure the system clock. First i tried to use the external oscillator HSE that's built on the board, 20MHz, here's the code rela...

Discovery-F3 and Discovery-F4 Difference Articles

Posted on November 17, 2012 at 00:13I have written two articles that you may find helpful if you are trying to decide between the STM32 F3 or F4 microcontrollers for a project. Or between the Discovery-F3 and the Discovery-F4 modules. The first arti...

kornak by Associate II
  • 2182 Views
  • 0 replies
  • 0 kudos

I2C Algorithm. STM32F2 version

Posted on November 16, 2012 at 14:42All my information is based on RM0033 Doc ID 15403 Rev 5 11/2012. 1. Start will be issued after setting by writing START bit to I2C_CR1 register CR1(START) as soon as SR2(BUSY) is cleared? The document says only ...

brberie by Associate II
  • 331 Views
  • 0 replies
  • 0 kudos

Storing image and wave file on SD card

Posted on November 16, 2012 at 06:06How to store image or wav file on SD card (without using FATFS) ...i m using SDIO interface, Keil development environment and discovery board I m done with sd card initialization and single block read write functi...

aambreen by Associate II
  • 296 Views
  • 0 replies
  • 0 kudos