Oct 15, 2019
02:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 15, 2019
02:09 AM
Hi,
I am facing an issue with TC399XE startup. The problem is, when i connect the device with Lauterbach and flash my Hex File, it works properly, But when i de-attach the Lauterbach JTAG, my Application does not run after Power On.
Could anybody please clearify me that what possibly goes wrong on Power On without Debugger attached? is there any configuration which i am missing?
Best Regards,
Usman
I am facing an issue with TC399XE startup. The problem is, when i connect the device with Lauterbach and flash my Hex File, it works properly, But when i de-attach the Lauterbach JTAG, my Application does not run after Power On.
Could anybody please clearify me that what possibly goes wrong on Power On without Debugger attached? is there any configuration which i am missing?
Best Regards,
Usman
- Tags:
- IFX
3 Replies
Oct 15, 2019
03:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 15, 2019
03:34 AM
Two possibilities:
There is no valid BMHD programmed
The watchdogs are not serviced or switched off.
There is no valid BMHD programmed
The watchdogs are not serviced or switched off.
Oct 15, 2019
05:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 15, 2019
05:25 AM
Hi,
Thank you for reply, I am sure BMHD are function properly and about watchdog i am disabling the system watchdog and cpu watchdog and also enabling the endinit protection afterwards as follow:
SCU_WDTSCON1.U = 0x00000008u; /* disable safety watchdog */
SCU_WDTSCON0.U = 0xFFFC00F3u; /* enable safety endinit protection */
SCU_WDTCPU0CON1.U = 0x00000008u; /* disable cpu0 watchdog */
SCU_WDTCPU0CON0.U = 0xFFFC00F3u; /* enable safety endinit protection */
do i need to configure another watchdog as well?
BR
Thank you for reply, I am sure BMHD are function properly and about watchdog i am disabling the system watchdog and cpu watchdog and also enabling the endinit protection afterwards as follow:
SCU_WDTSCON1.U = 0x00000008u; /* disable safety watchdog */
SCU_WDTSCON0.U = 0xFFFC00F3u; /* enable safety endinit protection */
SCU_WDTCPU0CON1.U = 0x00000008u; /* disable cpu0 watchdog */
SCU_WDTCPU0CON0.U = 0xFFFC00F3u; /* enable safety endinit protection */
do i need to configure another watchdog as well?
BR
Oct 15, 2019
07:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 15, 2019
07:34 AM
Which BMHD value you use? What happens when you start without debugger? Device is always in reset?
This widget could not be displayed.