Posted on May 17, 2011 at 09:55Hello ricardo.marinheiro, Did you measure the IDD(1.8V) and IDDQ(3.3V) in your board? It can be a hardware problem. Or try to erase the flash and try to load the program again. Please do these tests and let me know. Be...
Posted on May 17, 2011 at 09:54Hello mokincha, You should also configure the Timer interrupt source in the TIMx_CR2 register to enable the interrupt. Could you please refer to the second example of the timer in the new STR9 library v2.0 for more det...
Posted on May 17, 2011 at 09:54Hello alexander.lohr, Please find attached a basic example of communication between I2C EEPROM driver with an ST24C02-W EEPROM (with IAR) that can help you to solve your problem. Please refer to the readme file for mor...
Posted on May 17, 2011 at 09:54Hello zahir, Could add this instruction : TIM_Init (TIM0, &TIM_InitStructure); in order to initialize the timer peripheral according to the specified parameters in the TIM_InitTypeDef structure. In the case of not put ...
Posted on May 17, 2011 at 09:54Hello david.c.fly, It is an error in the documentation. We have already posted to correct it in the next version. In fact, we recommend a pull-up resistor for the JTRST pin and not a pull-down. Thank you to mention it....