STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Timer Preload and Shadow registers

Posted on June 28, 2012 at 12:38Hi, I am trying to get a better understanding of the timer hardware for the advance control timers. In section 14.3.1 of RM0008 (Rev. 14) it states:- ''The auto-reload register is preloaded.Writing to it or reading fr...

dsjnews by Associate III
  • 1868 Views
  • 4 replies
  • 1 kudos

Problems with web server demo

Posted on June 28, 2012 at 12:30I have a STM32F107VC development kit (STM32F107VC-SK) and I'm trying to get the uIP + webserver example working. I have made some modifications to the code regarding the PHY, as in the example code the PHY is differen...

pelle by Associate
  • 330 Views
  • 0 replies
  • 0 kudos

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
  • 3119 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
  • 1222 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
  • 757 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