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

Int2str function improvement

Posted on June 15, 2010 at 17:25Dear friends, this improved version of the ''int2str'' function will solve a bug present in the original version provided with the hyperterminal example though it is used nowhere in that example. I'm working on an app...

spiovan9 by Associate II
  • 2600 Views
  • 7 replies
  • 0 kudos

EK302DL driver

Posted on January 03, 2011 at 02:42I'm using the EK302DL evaluation kit, which is powered by a ST72F651.  I've installed the latest Evaluation Kit Setup software (v1.4) from http://www.st.com/internet/evalboard/product/177042.jsp (under the ''Design...

Newbie question about ARM7 (STr710)

Posted on January 18, 2011 at 14:54Hi,This is my first post but I would like to make some questions about ARM7, Recently I bought STR710 - EVAL, it's a evaluation boardfor STR710xx core, it has a 20 pin JTAG conector How Do i Programm it? . :?: I ha...

lrp1985 by Associate
  • 899 Views
  • 0 replies
  • 0 kudos

SDCC for ST7

Posted on January 10, 2011 at 23:20Hello all, on sourceforge, I created project to port SDCC compiler for ST7 (and later for STM8). It is pre-alpha now. It can generate ASM code for ASXXXX assembler. Code generator is based on HC08 port and needs te...

vaclav23 by Associate II
  • 877 Views
  • 0 replies
  • 0 kudos

test on the value of a vector

Posted on December 30, 2010 at 00:13Hello, I want to write a program to make his test on the value of a vector. is that there is another simpler solution??GPIO_DeInit(GPIOB);GPIO_Init(GPIOB, GPIO_PIN_0, GPIO_MODE_IN_PU_NO_IT);GPIO_Init(GPIOB, GPIO_P...

nad by Associate II
  • 3466 Views
  • 10 replies
  • 0 kudos

simple Interrupt example

Posted on September 05, 2010 at 00:17Hallo @ All, I'm just starting with microcontrollers, and my first one is stm8s-Discovery. GPIO, PWM and some functions of Timers I already understood, but what I still would like to learn is to write in C is an ...

mischap by Associate
  • 934 Views
  • 1 replies
  • 0 kudos

stm8s_spi.h and manual misalignement

Posted on January 03, 2011 at 10:34I was about to implement a SPI communication between STM8s and another peripheral. I came across a possible misalignement between what the manual says and the remarks in the FW library code stm8s_spi.h. When the SP...

spiovan9 by Associate II
  • 988 Views
  • 0 replies
  • 0 kudos

GPIO initialization/testing

Posted on December 22, 2010 at 23:02hello, I just started with the STM8S-discovery .can you tell me how I boot the pine 0,1,2 port B as input.and how I'm doing the test on the value entered.if (?????){    instruction 1....} 

nad by Associate II
  • 1131 Views
  • 2 replies
  • 0 kudos