I would like to use swim pin on my stm8s000f3 to drive an led. I've set up the circuit so the swim pin goes to the gate of a fet that drives the led. This makes sure the led circuit doesn't affect the swim pin during debugging. I would like to ena...
I am using STM8L152R6T6 and STM8L052C6 for my project. The code wakes up from active-halt mode by RTC wake up interrupt. There is some LCD display memory (LCD_RAM) updates in RTC wake up interrupt routine. The CPU executes this update function and so...
I am using STM8AF6288TC and I face Error on Option bytes (Complementary bytes). Reprogram option bytes of device, Error Some times, I reprogram option bytes :- 1.In ROP select read out protection ON. 2.Then program current tab only.3. Now again i...
Hi ;I am having a confussion on how to set the interrupt priority of a desired peripheral . I am using IAR IDE version 3.11.1 and the MCU is STM8S103F3F6 . I need to know which interrupt table IRQ number I should take account to configure the interr...
Function ADC2_ConversionConfig do three steps:sets ADC result alignenable/disable continuous conversion (there will be problem, unrelated to Continuous mode)writes desired channel into ADC2->CSR (there will be another problem)but if that function is ...
Hello EveryoneI use STM8L001J3P6 in my project. I want to use timer 3 on compare mode but I dont write any value timer3 register. I write 129 (TIM3_CR1=129;) but register value is zero. Anyone can solve this problem?Thanks.
Hi. I'm using the STVD IDE with Cosmic with an STM8TL52F4 MCU with the 'Minimize Code Size' compiler option selected. Under Debug instrument->ICD MCU configuration->Options, I set the DATASIZE_bit6 Value to 1 (the other DATASIZE bits are 0) and made ...