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

Compile DATE and TIME constants, Cosmic

Posted on October 17, 2016 at 11:20Hi,I used to work with Microchip PICs and the compiler c18 provided string constants holding the compile time & date, updated in compile (or link ?) time; examples:__DATE__ == ''Jul 08 2016''__TIME__ == ''10:56:03'...

ST62T25C6 SO28 doesn't work

Posted on October 24, 2016 at 19:56HiI tried to program an ST62T25C6 SO28, after loading the HEX-File in to the microcontroller with the programer (ST622X Starter kit board, release 5.00), Iput the microcontroller on to my application board and it d...

LIN Transciever

Posted on October 25, 2016 at 07:47Hello all, I am using NXP's  TJA1028T/5V0/20/1J  LIN transceiver with STM8 board. To bring LIN transceiver into ''Normal Mode'', is it mandatory to feed 5V supply to EN pin and VBATT pin of transceiver?  I have fed...

st7 Dev #define wrong value

Posted on October 21, 2016 at 18:30Hi, have a really strange problem if I use#define fred 0 and then LD A,#fred, A = 6 (Wrong)If I use #define fred 00 and then LD A,#fred, A = 0 (Right)If I use #define fred $0 and then LD A,#fred, A = 0 (Right)If I ...

L4981 Simulation

Posted on October 11, 2016 at 16:09Hi, I'm having trouble with the L4981A/B PFC controller and am looking for a simulation/ computer model for the chip are there any?Cheers,Stej #simulation #pfc #l4981

Cosmic, compile without unused code

Posted on October 10, 2016 at 15:13Hi,I made a primitive program that calls few functions of Standard Peripheral Library / CLK and GPI modules, so source files  stm8s_clk.c + stm8s_gpio.c were added to project.After compilation I checked .map file a...

STVP Programming Toolkit - How to Unlock Chips?

Posted on September 13, 2013 at 18:37I've looked over UM0151 and have thus far successfully developed python code that can program STM8 chips using the discovery board programmer, and modify the image.I am trying to rapidly develop a programming/tes...

brad by Associate
  • 3804 Views
  • 2 replies
  • 0 kudos

ST Visual Develop Compile Error

Posted on October 14, 2016 at 09:02Hi, I used the ST Visual Develop with Cosmic STM8 free tools with no limits version to compile a C program. However, some errors were shown, ''&sharperror clnk debug\stm8 gerenal io program.lkf:1 can't open file de...

smwong by Associate
  • 995 Views
  • 0 replies
  • 0 kudos