From: Freddie C. <fre...@op...> - 2014-11-14 14:54:31
|
On 11/14/2014 03:46 PM, Steiner Marc wrote: > Ad 3) Adding 'reg pc 0x08000000' to my code snippet sets the pc only temporarily This would be quite reasonable - given the fact that a proper reset sequence does _NOT_ set PC to that value. In fact, setting it to this value will most likely result in a crash (HardFault) within next clock. Regards, FCh |