Part Number: DM385
Other Parts Discussed in Thread: SYSCONFIG
Hello,
i am working on a system, based on DM385 and IPNC_RDK and have a problem by changing of sensor resolution during runtime - the software crashes with a hardware exception.
The workflow by changing resolution - stop ISS, reconfig to the new resolution, start ISS.
i try now to reset ISS in the ISS Stop function Iss_captStop() to have the same behaviour as by system start :
iss_regs->ISS_HL_SYSCONFIG |= 0x1;
But the hardware exception is caused immediately after ISS reset. What can be the reason?
Thank you in advance.