STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USART1 with missing bytes

Posted on May 27, 2013 at 06:21 I am trying for now to send 600 001 bytes to PC from stm32f4 discovery board. below is how USART configured: uint32_t config_usart3( void ) { //===========================================================...

Including startup into library

Posted on May 27, 2013 at 16:45Hello,I need to create a library to my BSP so I would be able to use it anywhere.Creating the .a file isnt that hard with CooCox IDE, but the main problem is when I want to use the library in an application, the size o...

bouhoula by Associate II
  • 372 Views
  • 2 replies
  • 0 kudos

DMA to USART1 TX

Posted on May 27, 2013 at 13:17Hi, i'm using smt32F303 discovery board, I send / receive data on USART1 without problem if I use interrupt mode, so I think that hardware is good.I want send a data buffer lenght ~ 8000 bytes using dma mode. Before I ...

SPI modes?

Posted on May 27, 2013 at 13:51 Hello! This is my code for SPI: RCC_APB1PeriphClockCmd(RCC_APB1Periph_SPI2, ENABLE); SPI_InitTypeDef spi; spi.SPI_Direction = SPI_Direction_2Lines_FullDuplex; spi.SPI_Mode = SPI_Mode_Master; spi....

STM32 and rotary encoder from Alps

Posted on May 25, 2013 at 11:00Hello, i have problem with control of simple rotary encoder form Alps (or Piher | Bourns) on STM32. Does anyone have a ready solution. Best regards Andrew #poorly-framed-question #stm32

digital sampling of GPIO

Posted on May 26, 2013 at 00:35Hi, is it possible to sample GPIOA Bit7-0 into SRAM as byte and to have kind of ''Clk'' nonPWM output on other GPIO , with higher speed than 20MHz on STM32F103 72MHz ? this gives me 10MHz clk output on PC2:  Buffer_pt...

Is my GPIO pin configured correctly?

Posted on May 25, 2013 at 00:12 Hello! I'm new to micro controller programming. I have been told to ''poll a pin'' and perform a specific action if this pin ''goes low''. So I wrote this code to ''poll'' a PD10 pin on my board: GPI...

ADC Bug

Posted on May 20, 2013 at 12:17Hi guys, i use am stm32f0 microcontroller.I've a problem about the ADC channel 13 (PC3 pin) and PA3 pin.when i connect something to PA3 pin seems that the ADC PC3 pin reads the PA3 pin value.this is my ADC configuratio...

pietro2 by Associate II
  • 498 Views
  • 2 replies
  • 0 kudos