solved
Posted on January 31, 2011 at 13:59solved
Posted on January 31, 2011 at 13:59solved
Posted on January 31, 2011 at 05:04why reset command BRES does not work one bit of the register ITC->ISPR (does not reset the bit) in the simulator works in real mcu does not work. - However, the command BSET works in the simulator and in mcu --- e...
Posted on January 03, 2011 at 09:49Hi,I'm trying to write a driver for i2c communication for the Stm8L discovery board.After the Start (Master mode) is generated if I try to send an adress nothing happens and the i2c clock is hung at low level.I an ...
Posted on January 27, 2011 at 21:12Cosmic compiler over Remote Desktop or SSH?
Posted on June 15, 2010 at 17:25Dear friends, this improved version of the ''int2str'' function will solve a bug present in the original version provided with the hyperterminal example though it is used nowhere in that example. I'm working on an app...
Posted on January 24, 2011 at 18:57Comment and uncomment feature for STVD C source code editor
Posted on January 14, 2011 at 20:43**Figured it out, don't need this post anymore
Posted on January 14, 2011 at 12:56Just started to work using the STM8L-Discovery board, all the user manuals say download STM8L-Discovery_Dev.zip?????? Where in the ST site is it? Rik, Cambridge. ENGLAND
Posted on December 30, 2010 at 00:13Hello, I want to write a program to make his test on the value of a vector. is that there is another simpler solution??GPIO_DeInit(GPIOB);GPIO_Init(GPIOB, GPIO_PIN_0, GPIO_MODE_IN_PU_NO_IT);GPIO_Init(GPIOB, GPIO_P...
Posted on September 05, 2010 at 00:17Hallo @ All, I'm just starting with microcontrollers, and my first one is stm8s-Discovery. GPIO, PWM and some functions of Timers I already understood, but what I still would like to learn is to write in C is an ...