Posted on May 17, 2011 at 13:20It's like this because the sampling must take a certain number of clock cycles, where that number is 12.5 + whatever sampling time you specify. The fast sampling speed available is 1.5 cycles, so you can assume that th...
Posted on May 17, 2011 at 13:20I don't think that necessarily confirms that flash has been erased, only that your flash code can't run while read protection is on. Are you connected via JTAG? This thread should address the situation more: http://62....
Posted on May 17, 2011 at 13:20What have you done to demonstrate this - have you disabled read out protection at some point afterwards? I would expect that enabling it could make the flash appear to be erased afterwards since you can no longer read ...
Posted on May 17, 2011 at 13:19There are a lot of compromises between space and lookup time you can make depending on what results you're after. You can have a direct lookup table that's 17000 * 2 bytes and stores indexes into a more compact 2000 * ...
Posted on May 17, 2011 at 13:18What is your board exactly? If it's the KickStart board STM3210E-SK/IAR then PA.05 is connected to an LCD controller chip which could be interfering with your signal. If this is the board you have, have you been sure t...