Which flex_... functions are called by the "Reset Device" button in MAX? Sometimes, after an error occur in my program, the only way to re-initialize the PCI 7344 board is rebooting the PC or using the "Reset Button". I would like to use those functions in my initialization routine. I'm calling in my routine those flex functions:
- flex_reset_defaults
- flex_clear_pu_status
- wait loop for power up reset
but the results are not the same as using the "reset device" button.
Thanks!