STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 4711 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
  • 416 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
  • 274 Views
  • 0 replies
  • 0 kudos

Ethernet IAP and interrupts

Posted on July 15, 2013 at 04:50I am trying to run the ST USB host example code via IAP over ethernet on an STM32F4G EVAL board. The IAP over ethernet appears to be working fine - I can compile, load and run various test applications (e.g. SysTick e...