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

EEprom writing issue

Posted on April 12, 2017 at 10:17Hello,I am trying to write value 7 to eeprom data memory area. My code is below../* MAIN.C file *  * Copyright (c) 2002-2005 STMicroelectronics */#include 'STM8S003F3P.h' unsigned int *ptr=(unsigned int *)0X4000; mai...

Resolved! STM8 _block_cksum161

Posted on April 12, 2017 at 11:01i used _blockcksum160 then we increase code size 32K to 64Kdepends on code size increased;we changed memory model +modsl0 to modsl.We changed library list libislo.sm8;libmo.sm8 to libisl.sm8;libm.sm8We changed startu...

Help identify ''SGS 28710 5101FG''

Posted on April 12, 2017 at 05:06The ECM on my 1987 Ford Bronco has a TO-220 component labelled 'SGS 28710 5101FG'.  I cannot find any information on waht this is.  Is there a description or datasheet available?  I need to replace this component wit...

Data Memory read Issue

Posted on April 12, 2017 at 09:07The original post was too long to process during our migration. Please click on the attachment to read the original post.

stm8s003f3p6 eeprom program

Posted on April 12, 2017 at 06:26Hello,Does any one have  stm8s003f3p6 eep-rom read and write example code in stvd. How do I assign  dataeeprom  address directly to a pointer variable. unsigned  int *ptr=(unsigned int *)0x4047;   is this OK?? Thanks...

_stext not defined

Posted on April 06, 2017 at 16:20Hi. I change memory model and libraries for code larger than 64K. The error receive after linking: #error clnk Debug\canli.lkf:1 symbol __stext not defined (Debug\stm8l_stl_startup.o ) The command: 'clnk -l'C:\Progra...