Hello,
Are there any hooks into Smart Trap? When it runs, just before it reboots the processor, I would like for it to also pull the RSTO line low for a few ms to reset some hardware external to the MOD5270. Currently, when the unit traps, it does not pull RSTO. Is this possible?
Thanks.
Brian
MOD5270 Trap Hook
Re: MOD5270 Trap Hook
All forced resets call the function:
ForceReboot()
Defined in nburn\mod5270\system\bsp.c
I believe that this does drive the RSTO for 16 clock cycles on restart, I could be wrong about that...
ForceReboot()
Defined in nburn\mod5270\system\bsp.c
I believe that this does drive the RSTO for 16 clock cycles on restart, I could be wrong about that...