graphical block programming
hello, to develop board using STM8S001, I am looking for a graphical or block programming tool.May you help me?Henry
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
hello, to develop board using STM8S001, I am looking for a graphical or block programming tool.May you help me?Henry
hai ,while debugging stm8l discovery board i got an error shown below.i found the similar issue described in many forums, and the solution was specified to install the st tollset but still it doesnt seem to work.How can i solve this issue?Please repl...
i am using STM8L101F1.I happen to go through the datasheet and i found that the pin of the IC can be multiplexed.But i couldn't find any registers specified with the alternate functions for the pins of the controller.the following pins have the spi f...
My MCU is STM8AF6226,when I compile the code,The compiler reminded me gdi-error just like as "Wed Dec 19, 2018 08:17:00: Failed to set configuration with MCU name STM8AF6226: gdi-error [40606]: Configuration error: detected MCU different from the sel...
Hi.I have a problem using STM8L001J3.TIMER2 does not operate.void main(void){ CLK->CKDIVR = 0x00; GPIO_Init(GPIOB, GPIO_Pin_3, GPIO_Mode_Out_PP_High_Fast); TIM2_DeInit(); TIM2->CR1 = 0x01; // Counter enabled TIM2->ARRH = 0x00; TIM2->ARRL = 0x9E; ...
STM8L101 Real Time Clock Accuracy? PPM?No info in DataSheet
Is there a built in Real Time Clock in the STM8S001J3?PPM Accuracy?No info in DataSheet
i feel there should be setting for compiling larger code using full memory (64kb) and using the full 6kb ram. Can anyone guide please
Hello Every one ,I am trying to use I2c based LCD with stm8s003f3 controller. the write i2c address is 0x3f I am struck at a point ,the code is stopped in endless loop in below functionvoid PCF8574_write(unsigned char data_byte){ I2C_GenerateSTAR...
I have followed the steps to create my lin.lib file from my LDF, but I need to add it to a STVD project, not one built with an extrenal makefile. I have tried adding the library to the default compiler path, and tried specifically adding it to the pr...