STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Max data speed into STM32F4 Discovery via the STLink/V2

Posted on June 27, 2012 at 01:07I was looking to use the STM32F4 Discovery board as an output device which requires a significant bandwidth from the supporting PC.  I don't have specifics nailed down on this task, 115.2Kbaud might be sufficient but ...

dannym by Associate III
  • 1082 Views
  • 5 replies
  • 0 kudos

SDIO can't read more than 511 blocks

Posted on June 26, 2012 at 22:41I'm using the standard STM libaries. I'm using SDIO with DMA. It works perfectly when reading up to 511 blocks but as soon as I try and read 512 blocks it stops working. It would successfully transfer 511 blocks then ...

UART4 interrupts during emulation break

Posted on June 27, 2012 at 11:19Hi, I am using the Keil ARM MDK development tool with an STM32F103ZG microcontroller and ULINK Pro JTAG. I have some UART code that I would like to test which requires the generation of UART transmit and receive inter...

dsjnews by Associate III
  • 672 Views
  • 4 replies
  • 0 kudos

notation

Posted on June 27, 2012 at 14:51Whats the difference about NVIC_SetPriority(TIMER0_IRQn, ((0x01<<3)|0x01)); and NVIC_SetPriority(TIMER0_IRQn, 9);   Is There a special motive to use the first form?????? THANKS #notation

USB, DMA, CDC and Speed ... Is it possible?

Posted on June 25, 2012 at 23:05Hi all, I have a fair bit of experience with the STM32 now and have got most peripherals working as I want on multiple projects but I am yet to master the USB. I would like to transfer data collected by a series of ...

gareth2 by Associate II
  • 532 Views
  • 1 replies
  • 0 kudos

Olimex STM32-P407 USART3

Posted on June 23, 2012 at 13:55Hello,After dealing with my code for two days I have no other option than ask you guys. I have problems with my USART3/6 serial port on my Olimex STM32-P407 board:http://www.olimex.com/dev/pdf/ARM/ST/STM32-P407 Initia...

StdPeriph_Driver I2C

Posted on November 30, 2011 at 12:01Hello all, I want to use the StdPeriph_Driver as a guide for my own project. Part: STM32F100RB value line discovery (test kit). Trying to get the I2C to work. I want to use the I2C files (.c+.h) for my own projec...