STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to reset Tx CRC calculator properly?

My application uses a STM8AF5288 as SPI slave with hardware Rx and Tx CRC calculator enabled.Despite the information available on the Ref Manuals, just writing '1' to CRCEN bit of SPI_CR2 seems to work only on SPI_RXCRCR.SPI_TXCRCR will not reset wit...

AFerr.1 by Associate II
  • 548 Views
  • 0 replies
  • 0 kudos

Where are library and example files for STM8-SO8-DISCO board?

I would like to develop an application with the STM8L001J3M3 microcontroller.The UM2339 user manual for the Discovery Kit indicates that demonstration software is available at www.st.com/stm8-discovery web page. I cannot find any library or demonstr...

MHenz by Associate III
  • 691 Views
  • 2 replies
  • 0 kudos

LOw power halt mode fail

void main(void) { clock_setup(); GPIO_Config(); CLK->ICKCR |= 0x10;//SAHALT; //0.03ma CLK_HaltConfig(CLK_Halt_FastWakeup,ENABLE); FLASH_PowerWaitModeConfig(FLASH_Power_IDDQ); PWR_UltraLowPowerCmd(ENABLE); // no diff FLASH_PowerWaitModeConfi...

FLast.11 by Associate III
  • 488 Views
  • 0 replies
  • 0 kudos

programming issues in STM8.

Hello,  We had recently purchased ST-LINK/V2 Debugging and programming STM8 and STM32 microcontroller Tool and   also installed ST Visual Programmer software in WINDOWS 7 PC. In our target board we are using STM8L101x3.  we are not able to communicat...

License File to Cosmic STM8 32K Special Edition

Posted on May 12, 2015 at 15:57Hi,I had downloaded ''Cosmic STM8 32K Special Edition '' and had registered in: '' http://www.cosmic-software.com/download.php'' at bottom, i still didn't received the license file, what may be the problem?thanks for h...

elenaf by Associate II
  • 5832 Views
  • 9 replies
  • 2 kudos

Run STM8 project on STM32 microcontroller

Hello,I need to port an STM8 project to an STM32 microcontroller. The current STM8 application doesn't have any operating system and doesn't have strict time requirements: it uses only some timers for PWM signal generation, two serial interface at ve...

SSpin by Associate
  • 1038 Views
  • 2 replies
  • 0 kudos

STVD LD mem,A problem

In STVD (ver.4.3.12 MCU: STM8L052C6)I wrote:LD A,#$68LD $5232,A   ;(USART bade rate register)but memory ($5232) is $00when I wrote: LD $5000,A ;Port A data reg. memory ($5000) is $68, it work wellwhai is the different?Could anybody hel...