Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
Hi All,I want to know how i can declare any RAM variable as volatile in STM8 assembly language. I have one variable, which is shared between ISR and main function. It is causing issue during updates, when the software is in free run mode.Can anyone t...
The input voltage drops to between 0V and VIT- (Brown-out reset threshold) , such as 2V,and then rises higher than VIT+ (Power-on reset threshold)again. Can STM8 work normally in this case?
Dear all,good evening.Kindly inform us for the diferrences between these 2 timekeeper Ram M48T08-100PC1 (find attached photos).The first one with the codes 1) H990E9849, HT3598X on it works properly on the P.C.B. card instead the other with the codes...
STVP v3.4.1. CONFIGURATION:Hardware: STLINK-V3SETProgramming mode: SWIMDevice name: STM8L051x3Port: USBJP4 and JP6 (SWIM ON) jumpers are installed. All 4 pins of CN4 are connected to the target. The target is the bare chip on a dip adapter, plugged i...
Hi. I'm using an STM8 MCU. I'd like to reliably write to and read from a block of EEPROM/FLASH memory (about 1k) that will never be overwritten either by the MCU or by programming/debugging via SWIM, but can be read and written from code. I'm writ...
Is the D+ pass identical to the D- path, or do I have to connect D+ and D- as appears in the datasheet?
I develop stm8 using cosmic compiler and v.2.3.1 standard libary.I think there is a problem with the definition of CAN_ReceiveAll.In this function I can get an address of _Data variable.But, I can not get the address in Caller side.My thoughts should...
Hello,I am newbie in ST MCU.Before ST MCU i use Microchip MCU lot. I am mostely using in assebley language code because i wote code for SMPS.In microchip there is good IDE and they provide a lot example with comments to learn easy.While i get very di...