STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Wait states

Posted on July 05, 2011 at 12:55Hi, I have question regarding STM8S wait states. When exactly wait states are executed - every access to XFLASH or every instruction feed? I want to clock my MCU with 24Mhz crystal oscilator (1 wait state) and I need ...

maestr0 by Associate
  • 258 Views
  • 1 replies
  • 0 kudos

Cosmic CXSTM8 Comiler Error - Invalid Constant Expression

Posted on July 03, 2011 at 23:15I'm porting some code designed to run on a Nordic nRF8200 to an STM8L152C6. The code was orginally compiled using Keil C5. I am using the Cosmic CXSTM8 compiler. I am getting a compiler error 'Invalid Constant Express...

.bsct size overflow (discovery, cosmic)

Posted on June 20, 2011 at 22:53Hello everyone, I've got problem with compilation of my application Running Linker clnk -l''C:\Program Files\COSMIC\CXSTM8_16K\Lib''  -o Debug\stvd_project.sm8 -mDebug\stvd_project.map Debug\stvd_project.lkf #error ...

How to use GPIO external interrupts

Posted on June 24, 2011 at 07:31Hi, Port-c pc6 is connected to a 50 Hz square wave signal, the problem is the variable cCounter did not increment in the port_c_isr, so the PC4 pin did not toggle, please advise about the solution. Thanks ==========...

asim1108 by Associate II
  • 296 Views
  • 2 replies
  • 0 kudos

Boolean variable segment in STVD

Posted on June 14, 2011 at 17:20Here's a question for the STVD & Cosmic gurus!  Since bit instructions in the STM8 do not utilize the zero page addressing I wanted to move the ''.bit'' section out of the ''Zero Page'' and into ''Ram'' so I'd have mo...

jdf25252 by Associate II
  • 589 Views
  • 4 replies
  • 0 kudos

connection between two STM8S

Posted on June 01, 2011 at 03:21I want to make a connection between two STM8S card.The first card is sending a signal and the second will read this signal and swith its value it will make operationhow to configure the GPIO of the first card and the ...

nad by Associate II
  • 317 Views
  • 1 replies
  • 0 kudos

STM8S and Android

Posted on June 12, 2011 at 19:42Hi all,does it exist libraries and a toolkit for STM8S able to connect through Bluetooth smart phones android based to STM8S? Is there any plan to devolop it?brazov2

brazov22 by Associate II
  • 197 Views
  • 1 replies
  • 0 kudos

Problem with STVD

Posted on June 15, 2011 at 11:15Hi, I have a problem with STVD, when a open workspace, the menu bar is become invisible. See the attachment file. Thank you in advance for your help Best regards

mchnani by Associate II
  • 219 Views
  • 0 replies
  • 0 kudos

sprintf

Posted on June 13, 2011 at 22:53I am using cosmic tools with the stm8-discovery board. char buffer [15]; u8 n; double x; x = 300.02; n=sprintf(buffer,''%.2f'',x); when i run it n = null and the buffer is empty. what is my problelm? charles arnett

carnett1 by Associate II
  • 174 Views
  • 0 replies
  • 0 kudos