Posted on June 15, 2011 at 11:15Hi, I have a problem with STVD, when a open workspace, the menu bar is become invisible. See the attachment file. Thank you in advance for your help Best regards
Posted on May 17, 2011 at 15:09Hi lowpowermcu,finally i succeeded to generate the interruption and the time is controled perfectly thanks to your help, thank you very much,now i want to communicate with stp08dp05 driver leds via SPI communication, ...
Posted on May 17, 2011 at 15:09Hi lowpowermcu, ok, but when i added the code in the TIM2 interrupt. Result : Running Linkerclnk -m Debug\luminaire1025.map -l''C:\Program Files\COSMIC\CXSTM8_16K\Lib'' -o Debug\luminaire1025.sm8 Debug\luminaire1...
Posted on May 17, 2011 at 15:09Hi lowpowermcu, to be pointed at the handler (when the interrupt is generated) i must added following code in the main() or not : #ifdef _RAISONANCE_ void TIM2_UPD_OVF_BRK_IRQHandler( void ) #else // COSMIC FAR @int...
Posted on May 17, 2011 at 15:09Hi lowpowermcu, i added Init_TIM2() to the main() and the interrupt is generated but the flag interrupt is remained in permanant at high level. i dont know how to pass the flag interrupt to the low state at the end of...
Posted on May 17, 2011 at 15:09Hi, I tested just now the exemple given in frame library of STM8 and the result is bad (the time variable is remained the initial value) . see my code and tell me it's ok or not. thank you so much Regards #include...