STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to disable all optimization when using COSMIC compiler?

Even though I did set optimization to "Disable for Debugging (-no)" there are certen lines of code which are removed by the compiler and are not available for setting a breakpoint and they do not get executed. This can be observed by certin results a...

EN20 by Associate
  • 730 Views
  • 3 replies
  • 0 kudos

Resolved! uint32_t problem with STVD + Cosmic FSE

Posted on August 14, 2017 at 18:04Hello, I use STM8AF52xx, STVD and cosmic FSE, when I try to use  STM8S_StdPeriph_Lib and CAN example I encounter this error:&sharperror clnk Debug\stm8af52ax.lkf:1 @svlreg missing for function f_CAN_RX_IRQHandler(I ...

0690X000006041CQAQ.jpg

Can't open stvd after install it.

I'v downloaded stvd tools from st official web and installed stvp & stvd simutaneously. After that, stvp can be opened, but not stvd. It shows the message as below when click the stvp icon to try to open it. I'v tried many times reinstalling this too...

0690X00000A9buiQAB.jpg
Rock Deng by Associate III
  • 489 Views
  • 1 replies
  • 0 kudos

stm8l152 low power

LCD_DeInit(); //LCD_Cmd(DISABLE); halt();when add lcd_deinit(), the current of halt mode increased, why

GPIO gets to high level time

1, //while(GPIO_ReadInputDataBit(GPIOD, R6_GPIO_PINS) == 0) count_++;will the time counter work?when i using time capture, sometime 3.0 or 2.45 rising happened