Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
Does anyone know where I might be able to find a ST90E158-EPB programmer or equivalent? I need to program an ST90T158M9Q6.Thanks.
For the project I am doing, I have to make a solar charging circuit. So, I chose SPV1040T as a DC-DC boost converter. For this feature, I used eDesignSuite to create a solar charging circuit. The circuit should convert the 3v from the solar panel in...
I am new to stm8s. I have recently installed stvd on windows 7 32 bit. I have written proper code. Their is no compilation error and build is also successfull. But as soon as I click on programmer a window appears that shows stvd has stopped working....
hai every one , i need can j1939 library file, for stm32 or stm8 series. please share ,thanks in advance .
Please do share any link or code? I am really stuck in my code
/* MAIN.C file * * Copyright (c) 2002-2005 STMicroelectronics */#include <iostm8l.h>#include <stdio.h>#include <string.h>#include <stdlib.h>#include <stdint.h>#include "defs.h"unsigned int count = 0;unsigned int pwm_duty = 0x0000;void TIM2_SetCompar...
Hello.I have a question for you:Is it possible for your STWBC-EP device (STEVAL-ISB44V1) to transfer user data (UART-port) to the STWLC33 microcontroller and vice versa? :User Data - "STWBC-EP" - "STWLC33" - User & User Data - "STWLC33" - "STWBC-EP" ...
#include <iostm8l.h>#include <stdio.h>#include <string.h>#include <stdlib.h>#include <stdint.h>#include <math.h>#include "defs.h"static int click = 0;void delay(unsigned long dd){ unsigned long i; for (i=0;i<dd;i++) nop(); }void RTC(void){ unsigned...