Posted on May 17, 2011 at 12:54hi, i found that virtual com exampe doesnt work properly. 1. in the function uart_config() these lines /*set the data type : only 8bits and 9bits is supported */ switch (linecoding.datatype) { case 0x07: USART_Init...
Posted on May 17, 2011 at 12:46which package of microcontroller do u use? is this eval board? This is available only on 36-, 48- and 64-pin packages (PD0 and PD1 are available on 100-pin and 144-pin packages, no need for remapping). if it is ok the...
Posted on May 17, 2011 at 12:40hi, i use IAR Compiler version 5.0. i try to download the firmware to the STM3210E-EVAL and i got this error all the time : ''warning :Stack pointer is setup to incorrect alignment.Stack addr = 0xffffffff'' it is happe...
Posted on May 17, 2011 at 12:27thanks for your remarks. the external clk is 2 hz (1 sec on and 1 off). and i the problem that the interrupt happen every 3 rise edge and not every rise edge as i expected. for your question: yes it is possible to do t...