Cosmic stm8 license
Hello What time do they send the license for Cosmic? I've already been waiting for about 6 hours and there is no license.
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Hello What time do they send the license for Cosmic? I've already been waiting for about 6 hours and there is no license.
hello,i am a beginner & i am trying integrate an external adc "ads1115" with stm8. the adc is an i2c device . i tried using peripheral library and also the register way. but its not working can anyone guide me the corect way to integrate this.this is...
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 ...