Hi STM8 Team,We are using STM8AF5288T which controls a LIN slave connected to it.Our requirement is to check if the LIN bus is inactive. I am not able to find any registers/flags which can show status of LIN bus.Could you please help here.Thanks,Hrit...
Hello,I am trying to program a STM8S103F3 on one of these chinese breakout boards with an original ST-LINK/V2 programmer. Everytime I try to read/ write something I get:"Error : Cannot communicate with the device !Check the SWIM cable connection and ...
Hi STM8 Team,We have to flash STM8AF5288T MCU via SPI protocol from iMX8M Mini running on Android 11 OS.I have read the AN2659 document to study about IAP and understand the custom bootloader code.I have few queries after reading it which are as foll...
Hi STM8 Team,I can see STVD generates .s19 , .sm8 files. I want to generate .bin file. I had tried it by adding the following line in Post-Build section:chex -o $(OutputPath)$(TargetSName).binBut this did not work. Could you please guide me on how to...
Hi there!I put this struct in the header file of my code, i´m using Cosmic C compiler and STM8S207 microcontroller:typedef struct{ bool a0:1; //flutuação bool a1:1; //equalização bool a2:1; //automático bool a3:1; //fuga terra + bool a4:1; //fuga ter...
hello sircan someone, help me with that "SUB SP,#$9 " ,with is mentioned in the LATEST PROGRAMMING MANUAL OF STM8S PAGE 151.if you write that in an even very 1line program, you have an errorCan't match Addressing mode ' SUB SP,#$9'is there a n er...
hello sira very simple asembler program ,with a big problemits in ST visual develop , with the inside st assemblerthat simple program ldw X,#stack_end ldw SP,X PUSH $C SUB SP,#$02gives that error Error 54: Can't match Addressing mode ' SUB SP,#$02'...
From the drawing of DocID28549, PIN22 of the evaluation board (STEVAL-ISA164V1) is described as UART_Tx and PIN23 is described as UART_Rx, but if you search for UART in the attached source file, PIN17 and PIN18 will be searched.Which part of the atta...
I am Searching on your site STEVAL-IHM037V1, IR Transmitter and receiver BOARD and circuit, also i have a transmitter code using chip STM8L101F2P66.BUT i don"t have the code of receiver using IC STM8S003F3P6, I have to develop some kind of R&D produ...