STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problem with CAN config and Clock STM32F407VG

Posted on July 17, 2013 at 11:35 Hi, I have a problem with my CAN configuration, I try to interface the STM32 with a NI USB/CAN. The problem is the baudrate configuration I think, see my code below : GPIO_InitTypeDef GPIO_...

aurelien by Associate
  • 340 Views
  • 2 replies
  • 0 kudos

Some problems with DCMI stm32f407vgt6 mcu

Posted on July 10, 2013 at 11:46I have some problems with DCMI (stm32f407vgt6 mcu).I saw on forums the examples of reading data from camera and sending it through DMA to LCD.What I want is to get the data from DCMI, save 1 frame to internal SRAM mem...

hitsumen by Associate II
  • 381 Views
  • 2 replies
  • 0 kudos

TIMx as a watchdog timer?

Posted on February 02, 2012 at 18:07I need a ''watchdog timer'' that automatically sets a port pin when it times out and not reset the processor. I don't think the IWDG or WWDG do this since they just reset the processor on time-out. Therefore, I th...

gds23 by Associate II
  • 707 Views
  • 6 replies
  • 0 kudos

I2C1 issue when using PB6 and PB7

Posted on July 17, 2013 at 21:12 When using the Audio_Playback_and_record example I was able to communicate with the codec[UDA1380] I2C interface[PB6, PB9] but when using PB6 and PB7[on my own board], I get a NAK even though the data appears to ...

DCMI Issues, looking for insight.

Posted on November 07, 2011 at 17:23Hello everyone, I have had a couple porblems resolved by sharing with the community here. I am now moving into the toughest part of my project. I am incorporating a Micron VGA CMOS Digital Image Sensor that I hav...

stbbrad3 by Associate II
  • 4136 Views
  • 47 replies
  • 0 kudos

function for set reset

Posted on July 17, 2013 at 11:03HI , i have this function which sets x bit( passed as a parameter) of a byte . after some code the variable should be restored to it's initial value .char a ; global variable void function(char x){int b = a;a |= (1<<x...

raducara by Associate II
  • 383 Views
  • 1 replies
  • 0 kudos

Position independent code on STM32F2xx

Posted on July 17, 2013 at 13:24I'm trying to create a position-independent application that will run in one of two possible locations in flash as part of a firmware update process. A 'live' application will download a new application, check it for ...

richard by Associate
  • 234 Views
  • 0 replies
  • 0 kudos