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

Active halt low power mode

Posted on November 11, 2013 at 12:34HiWe are developing with STM8L152C6 microcontroller and debugging using the discovery board.Our application uses a battery when there is no power. In this case, we need only two I/O interrupts and the LCD to be wo...

design by Associate
  • 2131 Views
  • 3 replies
  • 0 kudos

STM8S105 2 channel ADC1 problem

Posted on November 20, 2014 at 11:41Hi AllI want to read 2 channel ADC from ADC1 library. You can see my code below. I used scan mode and conversation mode single. I take 4 samples in interrupt and used average of them in my main code. My problem is...

idurgun by Associate
  • 854 Views
  • 0 replies
  • 0 kudos

ESM7045DV datasheets

Posted on November 09, 2014 at 03:21Dear all, I had been trying really very hard to search by internet and or trying to call ST distributor searching for DATASHEETS of ESM7045DV, unfortunately I found nothing.Is there anyone that could help me out p...

hongya_li by Associate II
  • 1526 Views
  • 2 replies
  • 0 kudos

STM8 SWIM pin as output/Debug

Posted on November 08, 2014 at 11:361. I have STM8S003F3 & want to use its debug pin as output. So I will configure it my code.2. Will that make debug option dead?On next power up, will I be able to debug the code?? Because pin will already be confi...

Problem with I2C on STM8L151

Posted on November 04, 2014 at 15:20 Hello, I tried distilling the peripheral library sample on i2c to make it simpler for my own use. However, strangely I cannot get pass a the send address part, and can't figure out why. Can someone give me so...

andy2 by Associate II
  • 1259 Views
  • 2 replies
  • 0 kudos

STM8 support

Posted on November 05, 2014 at 23:46I am new-bee for STM8. I was using TI MSP430 before. how can i get some example codes to start getting zest of ST micro

abhishek by Associate
  • 787 Views
  • 0 replies
  • 0 kudos

24-bit ADC interfacing with STM8S105

Posted on November 05, 2014 at 05:25Hello, I am interfacing a 24-bit ADC(HX711) with STM8S105 (STM8S discovery board). The intention is to read the weight(mv) from a loadcell(weight sensor) convert it via ADC to counts and display those counts via U...