what is the header file for string comparison function . In STVD IDE tool.
hi,I am new to this stvd tool i want to use string comparison function can please any one help me thanks in advance
Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
hi,I am new to this stvd tool i want to use string comparison function can please any one help me thanks in advance
Hello Guys,I am using STM8L board and would like to learn how can I generate a PWM Signal at the output port with TIM2. How should I set the configuration?Thank you
Hello,I am new to ST processors. Here is the issue:I am trying to setup Timer 3 for interrupt, Code: TIM3_DeInit(); CLK_PeripheralClockConfig(CLK_PCKENR1_TIM3, ENABLE); TIM3_TimeBaseInit(TIM3_Prescaler_64, TIM3_CounterMode_Down, 2500); TIM3_Set...
i want bto use sprintf() in my application what libraries i have to use
I need alternate for the following component. Also I need End of Life of the alternate part is about 7 Years. EF6809P(Micro Processor)I am looking forward your valuable reply.Thanks.
Hello,I'm working on a project in which I want to generate some trigger output ( which is connected to a sound chip APR33A3). Hence, I'm using the controller STM8S003FS GPIOs to generate the trigger output. Unfortunately, for an unknown reason, some ...
i am adding stm8s.h header file and getting this error.i dont understand why i am getting this error.errors are...Compiling main.c...cxstm8 -i"..\..\..\..\..\..\..\..\program files\stmicroelectronics\st_toolset\include" -i"..\..\..\data manual\stm8s...
Let me start by providing a little background on my project. I'm working on developing an avalanche transceiver. For those of you who are unfamiliar with avalanche transceivers, an avalanche transceiver is a search and rescue device used to help loca...