STVD changes to the project are not saves
Hello, I have a strange problem with STVD. The changes to the project are not saved. After closing and openning the project, non of the changes are saved. I appreciate any help. Best regards
Hello, I have a strange problem with STVD. The changes to the project are not saved. After closing and openning the project, non of the changes are saved. I appreciate any help. Best regards
When debugging erro occurres "Failed to launc child process: <gdb.exe> > error = 2- the system cannot find the file specified.Using:W10ST Visual DevelopSTM8S003F3P6Is there any solution to this problem?
We use STM8 micro for one of our projects and the ST Visual Developer for the development environment. We are in need of debugging some of our units for warranty return analysis and ST visual developer is giving weird errors stating not able to detec...
https://www.st.com/en/embedded-software/stsw-viennarect.html?ecmp=tt9470_gl_link_feb2019&rt=db&id=DB4073The content of the file that can be obtained with GET Software in is the extension OUTI want to write "stsw-viennarect.out" to STNRG388A. Which so...
iam using stm8s003f3 microcontroller i configured centeraligned pwm but not workingattached wave form also please suggest.void TIM1_setup(void){ TIM1_DeInit(); TIM1_TimeBaseInit(0, TIM1_COUNTERMODE_CENTERALIGNED3 , 1000, 0); TIM1_BD...
Yes I want to flash my hex file to the board (connected by usb) from my VS Code setup.I've looked in vain for a windows version of STM8flash. Anyone have a link to a ready built executable?I understand that this should also be possible using openocd,...
I would like to read STM8S001J3 data memory and store it to HEX file.I dont0 know how to specify file name for the output file. If I use -FileData STVP searches for the file and produces an error.Thanx.Command line : STVP_CmdLine" -Device=STM8S003F3 ...
I'm looking for a programmer who can choose the "SWIM" format to write to the STNRG388A evaluation board (STEVAL-ISA164V1)."ST Visual Programmer" can select "SWIM", but it seems that the device does not have STNRG388A and cannot connect properly.I wo...
I usually use STM8L151C8T6 micro-controller.But it's difficult to get it.What does ST Micro think the major/main products on STM8 CPUs families?Should I change the micro-controller from STM8L151C8T6?So, what kind of families should I use?Please tell ...
Hello, According to table21 in the datasheet, the current consumption (IDD) depends on whether the code is executed from RAM or Flash.How do I determine if my application code is running from RAM or Flash?Regards, Gotoda