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

STM8S and External Crystal

Posted on April 01, 2018 at 19:02I downloaded the selector tool, but there is no indication of which micros support an external crystal. I am interested in knowing if any of the valueline parts support an external crystal. Ideally, the 8-pin device ...

RTC on STM8L going fast forward

Posted on April 12, 2018 at 17:59 Hello, I'm using a custom board with STM8L151K4 MCU on batteries. Everything works awesome, power consumption is minimal, state is active-halt (MCU is woken via a button) with RTC on. RTC is used with LSE, but...

ST-Link/V2 GDB Error

Posted on April 06, 2018 at 16:43Hello,I use STVD as IDE and COSMIC as compiler. I have opened a project and compiled successfully. And I tried to debug it. But when I tried to debug I got an error:'  **Connection error (usb://usb): gbd already runn...

Ram execution Problem

Posted on April 02, 2018 at 13:17Hello all,I'm trying to execute some part of my code from RAM as this part is executed in low power run mode, so Flash is turned off.All RAM function I used is working well except the delay fn.the code I use for dela...