Others: hardware and software

Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ICP - for ST72F324J6

Posted on July 02, 2010 at 20:39I'm writing a ICP for the ST72F324J6. Does anyone have any experience with doing this? If so I have some questions.... The device is HDFlash. #st72f324 #icp

String commands

Posted on March 16, 2011 at 15:51HiIm using the STM8S discovery kit together with the standard firmware libraries. I need to use string functions such as strtok(). How do i get these functions to work in this environment. Including string.h wont wor...

Power consumption of STM8s Discovery

Posted on March 10, 2011 at 08:58Hello together, yesterday I separated the ST-LINK module from the STM8S105C6T6 module of my STM8s discovery. Afterwards I measured the power consumption and unfortunately it was much higher than expected. At a voltag...

master by Associate II
  • 1472 Views
  • 2 replies
  • 0 kudos

Linux support

Posted on March 06, 2010 at 02:36What a pity. If it would support Linux, I could actually use it, now that I have mine - but it seems like Arduino is the way to go. Another piece of good hardware wasted due to crappy software support...

herzog by Associate
  • 814 Views
  • 2 replies
  • 0 kudos

Not coming out of Interrupt routine

Posted on March 02, 2011 at 11:48 I am using the following code for master and slave handling. When I send data from master to slave without using the interrupt routine below(by disabling intterupts) it works fine. BUT when I use interrupt routine i...