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

How to correctly configure UART pins in asembler

Posted on December 17, 2012 at 22:07I'm willing to init UART in asm and not sure is it required to configure specific IO port pin as  output pin with Px_DDR and only then then I can use UART_TX  or the pin configures in output type automatically wh...

OPTOCOUPLER CTR:1

Posted on December 10, 2012 at 12:49I used the eDesignSuite for my first time. The design was a flyback converter and the feedback to the controller is solved using an optocoupler but with no reference. It's only specified an OPTO with CTR:1. Can an...

rciurans by Associate
  • 1559 Views
  • 1 replies
  • 0 kudos

STM8 CAN, CAN bootloader

Posted on November 29, 2012 at 14:24Hello! Now I'm in search of design of my project and I really going to use STM8s208 MCS's. Im'm new to STM8 at all.I need a wired controller network, with about of 20 devices. Every device should be able at any ti...

urvindt by Associate
  • 877 Views
  • 0 replies
  • 0 kudos

STM8 Slave : I2C Write and Read

Posted on November 14, 2012 at 14:35Hi all, I have an issue while the I2C-host writes and reads to/from the STM8-I2C-Slave. Write operation is immediately followed by a Read. 1) I2C Master writing to STM8-I2C-Slave      : s A2w a 0A a 47 a 40 a p 2)...

spveer by Associate II
  • 842 Views
  • 0 replies
  • 0 kudos

CAN Bus

Posted on April 10, 2012 at 15:31I try to use an exemple by KEIL, but when i try to debug it doesn't work, my main is : ''/******************** (C) COPYRIGHT 2007 STMicroelectronics ******************** * File Name          : main.c * Author       ...