STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1147 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
  • 551 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
  • 379 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
  • 413 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
  • 301 Views
  • 0 replies
  • 0 kudos

STM8S-Discovery and 24bit ADC

Posted on April 27, 2011 at 15:42Hello All: In my company we are working with STM8S-Discovery and a Texas Instruments ADC ADS1231. We are trying to communicate via SPI but so far we have not been successful. Does anyone have experience with externa...

darea by Associate
  • 486 Views
  • 2 replies
  • 0 kudos

Windows GDI leak in STVD

Posted on June 12, 2011 at 09:52Hello, I'm running the latest STVD release (4.2.1) on Vista. STVD crashes after many edit/debug cycles. If I run Task Manager, enable ''GDI Objects'' column in ''Process'' tab and watch what happens for stvdebug.exe, ...

fggnrc2 by Associate II
  • 403 Views
  • 0 replies
  • 0 kudos

6 step PWM on STM8L15x

Posted on June 10, 2011 at 14:50Hey! I'm trying to make sensorless BLDC control unit on STM8L15xxx MCU. High-side switches of drive circuit are opened by logical ''1'', and low-side - by logical ''0''. So I need to perform six-step trapezoidal com...

kirlik by Associate II
  • 560 Views
  • 0 replies
  • 0 kudos

Assign register value to variable

Posted on June 06, 2011 at 21:05Good day! I'm trying to assign register value to a variable in COSMIC C. I've tried the obvious way first, but it doesn't work: uint8_t test = 0; ... test = CLK->SWCR; // define from stm8s.h and uint8_t test = 0; ......

artvolk by Associate II
  • 662 Views
  • 2 replies
  • 0 kudos