Posted on May 17, 2011 at 13:16I am using STM32F103ZET6 in my project. I am facing the problem with UART1, which seems to work if it is the only peripheral used in the system, i.e. as per the sample code for the UART. In my project, when i try to se...
Posted on May 17, 2011 at 13:12Hello jj.sprague, 1. i have terminated the JTAG pins as shown in the ''Getting started with hardware development'' guide of ST. 2. i have NOT ''re-configured'' any JTAG pin to an alternate function. 3. i have made 5 pr...
Posted on May 17, 2011 at 13:12Hello everyone, I am using STM32F103ZCT6 (revision Z) in my system, and i tried to program the on chip FLASH, using ST's FLASH LOADER DEMO software, but it gave the “Unrecognized device� message. Resetting the devi...
Posted on May 17, 2011 at 13:12Hello, I am using Eclipse + GNU C compiler + STM32F103ZC. I want to store certain variables at fixed (Absolute) memory locations in Flash. e.g. vu16 CalConstantLo __at__ 0x08001FFFE; vu16 CalConstantHi __at__ 0x08001FF...
Posted on May 17, 2011 at 13:12Hello, Meanwhile i tried Read protection for the device and landed up with more trouble. Now, i can NOT even program the flash. The worst part is that it shows that the flash is erased and NOT protected, still it does ...