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

Unable to clear I2C BUSY bit in STM8S-discovery

Posted on March 16, 2016 at 08:33 Unable to clear I2C BUSY bit in STM8S-discovery Hello Friends,  I have working experience of stm32f0xx microcontroller. But in case of stm8s003xx discovery board, I am stuck with a deadlock and am not able...

raj by Associate
  • 1222 Views
  • 1 replies
  • 0 kudos

STM8L151F3 Bootloader

Posted on March 15, 2016 at 12:43Hello!Have anybody any information on bootloader interface configuration for I couldn't find direct instructions on port connections. I assume they should be PC2 and PC3 pins (due to SYSCFG->RMPCR1 default value) but...

STM8L DAC_OUT offset

Posted on March 08, 2016 at 09:26Hello,I've tried to measure the offset of the DAC of the STM8L152C6 board. When the output buffer is disabled, I measured the dac output voltage on PF0 - 200 mV, which is what I should get according to the documentat...

elas1337 by Associate
  • 630 Views
  • 0 replies
  • 0 kudos

problem with viper37LD

Posted on February 29, 2016 at 12:38Hii have a problemi build ac dc converter based on flyback and i get in outpout sawtooth with rippel 1v i should get stable voltage in outpoutinput: 110-230Vac,outpot 12v 1Ai used chip viper37LD and isolated feedb...

STM8S003F3_SPI_interface

Posted on March 04, 2016 at 17:27I have been working with STM8S003F3. Can I get example program and documentation to communicate two STM8S003F3 s using SPI interface?  #stm8s003f3 #stm8 #spi

suthans by Associate
  • 782 Views
  • 0 replies
  • 0 kudos

Problems with jp instruction

Posted on February 26, 2016 at 10:04We are using assembler code in our C-code. The jp instruction is used to jump into the booloader. But sporadic the jp instruction is not working. We have also used jpf instruction. Without success. What can be the...