Page 1 of 1

MOD5270 Trap Hook

Posted: Fri Jan 25, 2013 6:42 am
by bnsarvis
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

Re: MOD5270 Trap Hook

Posted: Fri Jan 25, 2013 9:58 am
by pbreed
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...