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

Resolved! Why does my Cosmic compiler license fail?

When I do a "Rebuild all" of a new, blank project, I get the following errors:----------- Project test - STM8 Cosmic - Configuration Debug -------------Removing intermediate files ... Done!----------- Project test - STM8 Cosmic - Configuration Debug ...

lyoy by Associate III
  • 4124 Views
  • 3 replies
  • 2 kudos

Resolved! Component Identification

Hello everyone, I need some help with identifying a component (pic attached).  Labels on component:  G CN GP234Thank you for your help everyone!

TC1 by Associate
  • 1928 Views
  • 2 replies
  • 0 kudos

Breakpoint on TRAP interrupt gets removed!

I'm using the ST Visual Developer V4.3.12 and trying to do what sample stm8s code suggests, namely set a breakpoint on TRAP interrupt (which I am 99% sure it tripping because of a bug in my code).  The debugger keeps "moving", i.e. removing the break...