STR9 RM
Posted on May 09, 2006 at 08:22STR9 RM
Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
Posted on May 09, 2006 at 08:22STR9 RM
Posted on May 31, 2006 at 09:17str9 libraries
Posted on June 01, 2006 at 15:01floating point coprocessor?
Posted on May 15, 2011 at 19:19Hello, At the beginning, I must say that I am a beginner in microcontrolers... I have to project GPS speedometer device based on stm8s discovery, LCD(nokia 3310), GPS module and some kayboard, I have all the parts, but...
Posted on June 24, 2010 at 10:36Hello i'm port uart2 polling receive data from hyperterminal it's ok. but i need use uart2 receive data with interrupt? TIM3_DeInit(); TIM3_TimeBaseInit(TIM3_PRESCALER_1,0xFFFF); TIM3_ITConfig(TIM3_IT_UPDATE...
Posted on May 11, 2011 at 10:31Hi, I am using STR7 microcontroller and I have problems with checking the state of Timer3, in ISR triggered by Timer2. Timer3 works in PWM mode and produces 125kHz waveform. It is not configured to generate interrupts...
Posted on April 24, 2011 at 23:47Hi.Today I started playing with the STM8-DISCOVERY board, and I tried the RS232/UART example from your website: http://www.st.com/internet/com/SOFTWARE_RESOURCES/SW_COMPONENT/FIRMWARE/um0884.zipAfter having installed...
Posted on May 06, 2011 at 10:10Where can I find USB driver for STM8L1526 Evaluation board on Windows XP machine to connect as ST-Link.
Posted on May 05, 2011 at 16:31Good day! I'm writing my first project with STM8. Here are a couple of questions: - AVR-GCC has a convenient attribute PROGMEM (http://www.nongnu.org/avr-libc/user-manual/pgmspace.html) to store data (for example big a...
Posted on April 29, 2011 at 14:46Hi, is it required to setup the prescaler in SPI slave mode? And why can i scope a clock of 1Mhz, if i set a prescaler of 2 (f_Master/2) in master mode whereas i have an oscillator of 16Mhz. (standard STM8S-Discovery...