STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

configuring interrupt in stm32f205

Posted on June 21, 2013 at 11:13Page 164 of RM0033 shows that EXTI0 can be used for Px[0], EXTI1-Px[1]... and so on only.That means if I used PA0 pin as interrupt somewhere then I can used PB0, PC0... pins as interrupt source any more???

stm32f417zgt6 uart problem

Posted on June 21, 2013 at 16:38The original post was too long to process during our migration. Please click on the attachment to read the original post.

gnyturan by Associate II
  • 528 Views
  • 2 replies
  • 0 kudos

help with usart peripheral.

Posted on June 25, 2013 at 02:53 Hello, I am having some difficulties getting my uart code to work. Can someone please tell me what I am missing? I must have spent too much time looking at it and am missing something very obvious because I h...

saccrue by Associate II
  • 521 Views
  • 2 replies
  • 0 kudos

STM32f4 runs but wont start after reset

Posted on June 24, 2013 at 18:01I have a project I have been working on and the coding has been fine up until now. When I upload the code it verifies and starts up without any problem. But If I reset the device (either by reset button or power cycle...

berge472 by Associate II
  • 539 Views
  • 1 replies
  • 0 kudos

STM32L152 USART_FLAG_RXNE not being set

Posted on July 24, 2012 at 17:32 Hey all, Got a small problem when interfacing with a UART based oLED display. The display returns 0x06 or 0x15 after it has received a command, I can see this happening on my O-Scope and I have confir...

stm32f2xx USB potential bug

Posted on June 21, 2013 at 13:59 search for CBW_CB_LENGTH typedef union _USBH_CBW_Block {   struct __CBW   {     uint32_t CBWSignature;     uint32_t CBWTag;     uint32_t CBWTransferLength;     uint8_t CBWFlags;     uint8_t CBWLUN;     uint8_t CBWLe...

dcurran2 by Associate II
  • 706 Views
  • 5 replies
  • 0 kudos

usart1 configuration

Posted on June 24, 2013 at 00:00 I wrote this program whitch send what it receive and each time it toggel the 4 leds in the board ! when i'm debugging the program don't catch the receive interruption ! #include ''stm32f4xx.h'' #inc...

IAR Linking problem

Posted on June 19, 2013 at 20:08hello i have a folder contains many projects and all of them goes to same library file , each projects work great , but when i copy the main code of one project to other i got the linking problem like that ''Error[Li0...