Hi
I'm seeing something odd in Ozone...
If I create a new project (without specifying JLINK settings )and load an elf file, Ozone is happy to download that to my target, provided the connected JLINK has already been configured for the target.
If I then add those JLINK target settings to the project (see below), downloading to the target immediately produces a HardFault exception. What could be the reason for this?
Target setitngs:
Project.SetDevice ("MK60FN1M0xxx15");
Project.SetHostIF ("USB", "");
Project.SetTargetIF ("SWD");
Project.SetTIFSpeed ("200 kHz");
HardException details
The target stopped in HardFault exception state.
Reason: Undefined instruction executed at 0x000001B0.
The initial UsageFault exception was escalated to HardFault, because its handler was not enabled or a fault occurred within the handler.
Many thanks
David
I'm seeing something odd in Ozone...
If I create a new project (without specifying JLINK settings )and load an elf file, Ozone is happy to download that to my target, provided the connected JLINK has already been configured for the target.
If I then add those JLINK target settings to the project (see below), downloading to the target immediately produces a HardFault exception. What could be the reason for this?
Target setitngs:
Project.SetDevice ("MK60FN1M0xxx15");
Project.SetHostIF ("USB", "");
Project.SetTargetIF ("SWD");
Project.SetTIFSpeed ("200 kHz");
HardException details
The target stopped in HardFault exception state.
Reason: Undefined instruction executed at 0x000001B0.
The initial UsageFault exception was escalated to HardFault, because its handler was not enabled or a fault occurred within the handler.
Many thanks
David