STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

EXTI interupt not firing. Setup issue?

Posted on January 31, 2012 at 22:53 Here is my code block for setting up the EXTI for Port B pin 0: void VFD_Busy_EXTI_Init( void ){ GPIO_InitTypeDef GPIO_InitStructure; EXTI_InitTypeDef EXTI_InitStructure; NVIC_InitTypeDef NVIC_InitS...

shannon2 by Associate II
  • 627 Views
  • 6 replies
  • 0 kudos

PendSV & ISR FIFO Overflow

Posted on July 06, 2012 at 12:07Hi I am using a STM32F103ZG and Keil uVision + RTX. I have a multi-threaded application using interrupts and DMA. The problem I have is an intermittent ISR FIFO overflow and, upon inspection, some odd interrupts / SVC...

andya2 by Associate
  • 301 Views
  • 0 replies
  • 0 kudos

DAC output buffer - DC offset

Posted on July 04, 2012 at 21:33Hallo, I have not found, in the stm32f100x reference manual or data sheet, any mentioning of a DC offset on the DAC. But if use DAC_OutputBuffer_Enable, I get ~ 60 mV on the pins (nothing connected but a scope) when c...

Error fsmc stm32f4discovery

Posted on July 01, 2012 at 13:32 Hi, everyone. I'm testing on fsmc stm32f407VG. I use the Address / Data multiplexed on databus (MUXEN = 1). 2 modes of testing EXTMOD = 0 and 1. Initialization:  FSMC_Bank1->BTCR[0] = //FSMC_BCR2_EXTMOD |           ...

sergej by Associate II
  • 679 Views
  • 3 replies
  • 0 kudos

Real-time command execution STM32F407

Posted on July 01, 2012 at 13:57Hi, everyone. Testing STM32F407. Runs it at 168 MHz (5.92 ns cycle), FLASH-> ACR = FLASH_ACR_DCEN | FLASH_ACR_ICEN | FLASH_ACR_PRFTEN | FLASH_ACR_LATENCY_5WS. Outstanding at the PA1 a simple square wave:  PM_(RCC->AHB...

sergej by Associate II
  • 1092 Views
  • 5 replies
  • 0 kudos

Ethernet to serial.

Posted on July 04, 2012 at 10:38Hi,i have IAR KickStart Kit for STM32F107VC and i use some code for Ethernet and its running well, it can send the UDP packet and receive it, now i want to see the recived packet so i am trying to send all the incomin...

hello by Associate II
  • 1377 Views
  • 7 replies
  • 0 kudos