STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F107VC CAN bus pin remap

Posted on June 20, 2012 at 23:19hi.i am using the STM32F107VC board from IAR i have some example code for CAN but in my Board they used the PD0 and PD1 for CAN i dont know how to remap it in my code. i have 2 board and i want to sent data between 2 ...

hello by Associate II
  • 3452 Views
  • 20 replies
  • 0 kudos

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
  • 1409 Views
  • 5 replies
  • 0 kudos

Debug viewer printf() redirection in Keil working but ...

Posted on June 27, 2012 at 22:45Hi all, It seems that debug viewer printf() redirection is working with the latest version of Keil and/or the st-link/v2 embedded in the Discovery kit. The problem is that I am unable to configure properly the flashin...

aperles by Associate II
  • 304 Views
  • 0 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
  • 901 Views
  • 4 replies
  • 0 kudos

how to use STM324xG-EVAL projects on STM32F4 discovery board

Posted on June 09, 2012 at 20:15how to use STM324xG-EVAL projects on STM32F4 discovery board????friends i am new to discovery board...nd i want to use SDIO of discovery....bt example progrms for discovry doesnt contain SDIO program bt for STM324xG-E...

rishi by Associate II
  • 804 Views
  • 4 replies
  • 0 kudos

How to disable the write buffer(ACTLR ,DISDEFWBUF)

Posted on June 27, 2012 at 13:16Basically my application goes into the hard fault handler(where the IMPRECISERR bit is set) and I have read up about this on some forums and found out that I cannot find out the exact instruction causing this fault Ho...

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
  • 638 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...