An update:
The fix is exactly what BadOmen recommended: the reconfig_req pin. Fantastic thread! The example of the tutorial worked perfectly.
While I don´t know how to do a fix in a pretty way, I did the following:
- I openned a .csv file exported by an example from my board;
- Looking at the .csv file, I found the PLD_RECONFIGREQ_N signal associated with the PIN_J20;
- I established such association with a push_button already planned in the tutorial mentioned in my last message: switcher_external_connection
I liked this tutorial because it doesn´t use any pre-filled file. All steps are built from zero.
The only thing that remains unknown for me is how to do this (to set reconfigreq_n to '1') through a more specific manner.
Best Regards