You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys !
It seems that running a SW action (using SNAP_CONFIG=CPU option) is not working when using snap_action_sync_execute_job_set_regs + snap_action_start method. I used this method to run an action while doing other stuffs on main application and everything worked well on HW mode but I couldn't make it work with SW action.
Execution hangs (when using : SNAP_TRACE=0xF) after action start:
D snap_action_start: START Action 0x1014100f Flags 0
D sw_mmio_write32(0x4c491010, 0, 1) a=0x100200e8
D starting action!!
The text was updated successfully, but these errors were encountered:
bmesnet
changed the title
SW Action not running when using snap_action_start
SW Action not running when using snap_action_start specific API
Sep 3, 2019
Hi guys !
It seems that running a SW action (using SNAP_CONFIG=CPU option) is not working when using
snap_action_sync_execute_job_set_regs + snap_action_start
method. I used this method to run an action while doing other stuffs on main application and everything worked well on HW mode but I couldn't make it work with SW action.Execution hangs (when using : SNAP_TRACE=0xF) after action start:
The text was updated successfully, but these errors were encountered: