Posted on May 17, 2011 at 13:16Hi ozenozkaya, in your previous post you wrote: ''RCC_APB2PeriphClockCmd(RCC_APB2Periph_TIM3 , ENABLE);'' But TIM3 is attached to APB1 and not to APB2. To enable the clock for TIM3 you must write: ''RCC_APB1PeriphClock...
Posted on May 17, 2011 at 13:15Hi rr_coello, to use the new CMSIS compatible library with HiTOP, you have to - adapt the paths to the new library in your project - adapt your program to the new CMSIS structure (see AN2953: How to migrate from the ST...
Posted on May 17, 2011 at 13:15Hi, I've also got the Error: selected processor does not support `strex r3,r3,[r2]' Build failed when using the firmware library 3.0. My toolchain comes from Hitex and is also based on GCC. I've got rid of the problem ...
Posted on May 17, 2011 at 12:43Hi launchon, you are right with your VREF considering. Unfortunately on smaller devices there is no separate VREF input (VREF is derived from VDD). If VDD is a little bit dirty you get bad results from the ADC. I'll do...
Posted on May 17, 2011 at 12:43Hi Andreas, yes I can spend an ADC-input for the reference measurement. But I think it is very important to take the reference measurement nearly at the same time as the regular measurements. What do you think is the b...