STM8L151 COMP1 & COMP2 outputs
Posted on July 31, 2011 at 21:11Hello,Is there an ability to see the comparators' outputs ? The only way I found is just to toggle some pin on COMPx event, but I would like to use a built-in HW option. Thanks,E.L.
Posted on July 31, 2011 at 21:11Hello,Is there an ability to see the comparators' outputs ? The only way I found is just to toggle some pin on COMPx event, but I would like to use a built-in HW option. Thanks,E.L.
Posted on March 26, 2011 at 04:17Just received my STM8L-Discovery, installed STVD 4.2.1 and Raisonance compiler. Whenever I hit F7, STVD shows this non-descriptive message ''The parameter is incorrect''. After that, the only way to exit the applicat...
Posted on August 04, 2011 at 08:53When I use PA6,PD6 is EXTI_Trigger_Rising_Falling.When PA6 go H-->L, it generate interrupt, but When I keep PA6 still Low, and PD6 go H-->L, it not generate interrupt. Please help me. void main() { CLK_SYSCLKDiv...
Posted on June 06, 2011 at 11:56 If writing (erasing) byte(word, block) in the eeprom memory, DMA transaction occurs on the periphery of RAM (tested only this type of transfer) of the microcontroller hangs (not working). The documentation no found ...
Posted on August 02, 2011 at 19:30I'm trying to us the software simulator to simulate the 207S6 but the internal registers don't seem to be working correctly. The reset value are all ff's. The ADC doesn't seem to function as well as the timers anyon...
Posted on July 30, 2011 at 02:39Never used the Cosmic complier before do I require any header like math.h to do a u16*u16 into u32 doesn't seem to do anything.
Posted on July 28, 2011 at 09:39Hi,I am using STM8S103 where I noticed that its UART BAUD rate is not supported for 1200bps at BRR1=41H and BRR2=36H (as per ref. manual ) tested at 16Mhz internal with pre-scaler at 1 and at 16Mhz external.Whereas it...
Posted on July 25, 2011 at 17:35I need to config my stm8s105k6 to work with oscillator of 16Mhz my code : CLK_ClockSwitchCmd ( ENABLE ); CLK->SWR = 0xB4; CLK->SWR = 0xB4; while ( !(CLK->CMSR == 0xB4 ) ); I get stuck behind the while loop Am I m...
Posted on July 24, 2011 at 01:08The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on July 12, 2011 at 13:13Hi experts, in my application I am trying to write a single byte to an address in the DATA EEPROM area immediately after disabling ''the DATA area write protection by writing consecutively .. MASS keys to the FLASH_DU...