Resolved! IAR can not find STM8S103F2this chip
Hi teams,I want to use IAR(8.50)to develop STM8S103F2 series chip, but i can not find this chip at IAR setting, so how should I can do? download STM8S103 lib or others?thanks!
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Hi teams,I want to use IAR(8.50)to develop STM8S103F2 series chip, but i can not find this chip at IAR setting, so how should I can do? download STM8S103 lib or others?thanks!
Is it possible soft reset to 0x6000 bootloader?without control reset pin I try these codes doesn't work: FLASH_Unlock(FLASH_MemType_Data);FLASH_ProgramOptionByte(0x480B, 0x55);FLASH_ProgramOptionByte(0x480C, 0xaa);FLASH_Lock(FLASH_MemType_Data);#asmL...
Hello everyone,Does ST has Dali 2 library available for his customers?Best RegardsKarol
I am using STM8S003F3. If the supply voltage of STM8S003F3 is 3.3v, the ADC works well.However, if you apply a supply voltage lower than 3.3V, the ADC will not work.I hope the ADC works well at 3.0V.For reference, I know that the minimum supply volta...
Hi. I'm writing assembler code for the STM8S001j3. The data sheet recommends setting ports E5 & F4 to lo for power useage & EMC reasons. However the .asm & .inc files called up do not define ports E or F. The same goes for the peripheral enable regi...
hi,i am developing a code, i want to soft reset the micro using instructions in cosmic C compiler. can any one help?
Hi All,This is my first post here and also my first interaction with ST micro devicesI'm truing to flash a .hex file into an STM8S103F3 using ST LINK V2 and STVP but I cannot connect to the device. I'm using a 5V external supply connected to the VDD ...
Please I have mini board with processor STM8S103F3 and I need use I2C communication for OLED 128x32 panel SSD1306. Is there examples for ARDUINO IDE or STV Developer and Cosmic.Thank you very muchZdenek
Hi! i have two stm8105c6t6 , i want use one to master and other to slave, two pcb board are connect using 10k pull up resistor in the SDA/SCL line. i am using the example AN3281 stm, but my microcontroller not have tim4, i change the tim4 to tim3 bu...