Posted on May 17, 2011 at 09:53I am searching for a way to implement a analog car speed and RPM input (think both are sine wave signals) with ADC. I am thinking to use ''ADC scan mode'' for my two channels and setup ''ADC analog WDG'' threshold that...
Posted on May 17, 2011 at 09:53ect... If Bootbank is Bank1(32k) on Power reset BBADDR=0x0, NBBADDR=0x80000 and on Software reset BBADDR=0x80000, NBBADDR=0x0. So the problem of Bootloaders(Bank1 code) str91x_startup.s code is to change the BBADDR, NB...
Posted on May 17, 2011 at 09:53I have found my problem description in http://www.st.com/stonline/products/literature/es/12944.pdf ''Flash memory remapping'' page 5. I have a rev. G str912. Now I well try the workaround. I hope my bootloader well exe...
Posted on May 17, 2011 at 09:53I have bank1 for bootloader and bank0 for application. When I get WDG end of count (software reset) by application my STR912 hangs. I don't understand why it don't execute like power/reset. I have a bit experimented an...
Posted on May 17, 2011 at 09:53I am trying to force WDG reset before count end. Is there a way to do that? For example TI TMS470 has WDG key to do that.