STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ADC_SoftwareStartConvCmd will enable external trigger?

Posted on November 17, 2011 at 10:13Hi all,I'm using StdPeriph lib and saw there is such code in stm32f10x_adc.c:#define CR2_EXTTRIG_SWSTART_Set     ((uint32_t)0x00500000)and /*** @brief Enables or disables the selected ADC software start conversion...

chaos by Associate
  • 363 Views
  • 0 replies
  • 0 kudos

Systick doesn't fires up as expected

Posted on November 15, 2011 at 14:39I programmed the systick timer in order to get 1ms delay but I seem to get a 10us delay instead.From the reference manual RM0008''The SysTick calibration value is set to 9000, which gives a reference time base of ...

SPI xfer using DMA

Posted on November 16, 2011 at 12:45Hi, I have my STM32F103RB connected to an ADC via SPI1. I read my ADC in two modes, in single shot mode I do SPI transfer in polling mode and all works well. In continuous mode I need to read data from ADC every 2...

mohith2 by Associate II
  • 533 Views
  • 1 replies
  • 0 kudos

4 Input PWM and 4 output PWM

Posted on November 14, 2011 at 01:36The original post was too long to process during our migration. Please click on the attachment to read the original post.

csdominik by Associate III
  • 581 Views
  • 2 replies
  • 0 kudos

RCC AFIO

Posted on November 11, 2011 at 21:58Hello, i am trying to connect 4,3' TFT lCD with SSD1963 controller, and hit one problem original driver was for STM32F103, and function sound like this: RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOD  | RCC_APB2Perip...

SPI2 Not active

Posted on November 16, 2011 at 01:47#define SPI2_GPIO_CLK     RCC_APB2Periph_GPIOB #define SPI2_PORT      GPIOB #define SPI2_CLK                     RCC_APB1Periph_SPI2 #define SPI2_SCK_PIN               GPIO_Pin_13                #define SPI2_MISO...

lsc7718 by Associate
  • 421 Views
  • 2 replies
  • 0 kudos

SPI Transfer Less Than 8-bits

Posted on November 15, 2011 at 22:57I have been reading the SPI documentation for the STM32F4 and it is unclear to me how things function if you have a transfer that is less than 8-bits.I have a piece of hardware that provides clock and data. There ...

Linker script: How to get the same size of BIN file?

Posted on November 15, 2011 at 12:33I need( from some reason) to get always the same size of bin file.I've tried to create other flash-section and fill it with some value.As last section I added following..  .added :  {    FILL(0xAB);    . = ALIGN(0...

lubos by Associate
  • 423 Views
  • 0 replies
  • 0 kudos